From 459806aea2653e6a879fca7d9bc56c08635ceb36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 19 Jan 2025 20:42:59 -0800 Subject: [PATCH] nextcloud-notify_push: 0.7.0 -> 1.0.0 Diff: https://github.com/nextcloud/notify_push/compare/v0.7.0...v1.0.0 Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.7.0 --- pkgs/servers/nextcloud/notify_push.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/servers/nextcloud/notify_push.nix b/pkgs/servers/nextcloud/notify_push.nix index b6f1058af18f..b4996cfb7fde 100644 --- a/pkgs/servers/nextcloud/notify_push.nix +++ b/pkgs/servers/nextcloud/notify_push.nix @@ -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 { @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { buildAndTestSubdir = "test_client"; - cargoHash = "sha256-KybnPzCM9mLF55s5eZ3qr5GRcaaYFpEdNklWEo/72Ts="; + cargoHash = "sha256-SBEuFOTgqNjPtKx0PFDA5Gkiksn3cZEmYcs2shAo2Po="; meta = meta // { mainProgram = "test_client";