about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-06-01 19:59:10 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-02 21:19:17 +0000
commitbf4456d2748d7f18e8054ad0cdf0d94ab4580c37 (patch)
tree5c05b4c35ecbbf14b6049b2e51e28c1bc2a5c453
parent19b02f6c44cc2082d2cc6e899b9cbb4f51bcadd5 (diff)
nextcloud-notify_push: 0.6.11 -> 0.6.12
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.11...v0.6.12

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.12
(cherry picked from commit 3039b5ddef1fd4dd18deabe799529417d8fbb018)
-rw-r--r--pkgs/servers/nextcloud/notify_push.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/nextcloud/notify_push.nix b/pkgs/servers/nextcloud/notify_push.nix
index 758f0ec25a771..bc7fc0764f1fd 100644
--- a/pkgs/servers/nextcloud/notify_push.nix
+++ b/pkgs/servers/nextcloud/notify_push.nix
@@ -6,16 +6,16 @@
 
 rustPackages_1_76.rustPlatform.buildRustPackage rec {
   pname = "notify_push";
-  version = "0.6.11";
+  version = "0.6.12";
 
   src = fetchFromGitHub {
     owner = "nextcloud";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-241p+9gLyEe2Mkc0GQ/Z0BjbxV5OZfbDC6kqfq7ATaE=";
+    hash = "sha256-Wbrkr9DWOQpOKAp9X/PzU8alDDrDapX/1hE+ObbD/nc=";
   };
 
-  cargoHash = "sha256-fGbRmrOEbs9nGZhcu1w7qOIwYMaTohaUFb7dilPuTHc=";
+  cargoHash = "sha256-4bgbhtqdb1IVsf0yIcZOXZCVdRHjdvhZe/VCab0kuMk=";
 
   passthru = rec {
     test_client = rustPackages_1_76.rustPlatform.buildRustPackage {
@@ -24,7 +24,7 @@ rustPackages_1_76.rustPlatform.buildRustPackage rec {
 
       buildAndTestSubdir = "test_client";
 
-      cargoHash = "sha256-RJnNwSDwIA0M+BufBKT9a/pyHwpcpJFR//j0fE4U3gE=";
+      cargoHash = "sha256-Z7AX/PXfiUHEV/M+i/2qne70tcZnnPj/iNT+DNMECS8=";
 
       meta = meta // {
         mainProgram = "test_client";