Skip to content

Commit

Permalink
Merge: [Backport release-24.11] nextcloud-notify_push: 0.7.0 -> 1.0.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Jan 20, 2025
2 parents 6b90f6d + 112cb77 commit bd72fb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/servers/nextcloud/notify_push.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "notify_push";
version = "0.7.0";
version = "1.0.0";

src = fetchFromGitHub {
owner = "nextcloud";
repo = pname;
rev = "v${version}";
hash = "sha256-QHVWiH6qkwQay0wffoyDUyVxgxzNp10ieYIsdqoEdCM=";
repo = "notify_push";
tag = "v${version}";
hash = "sha256-Y71o+ARi/YB2BRDfEyORbrA9HPvsUlWdh5UjM8hzmcA=";
};

cargoHash = "sha256-HwE/ql8rJcGIINy+hNnpaTFEJqbmuUDrIvVI8kCpfQ8=";
cargoHash = "sha256-Mk+0LKP55Um5YiCx2O49rUZPwaXtKFnWtRC+WPGBadE=";

passthru = rec {
test_client = rustPlatform.buildRustPackage {
Expand All @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {

buildAndTestSubdir = "test_client";

cargoHash = "sha256-KybnPzCM9mLF55s5eZ3qr5GRcaaYFpEdNklWEo/72Ts=";
cargoHash = "sha256-SBEuFOTgqNjPtKx0PFDA5Gkiksn3cZEmYcs2shAo2Po=";

meta = meta // {
mainProgram = "test_client";
Expand Down

0 comments on commit bd72fb7

Please sign in to comment.