From 54ddb78863098c0742d61f080da92cee44647bec Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Thu, 27 Mar 2025 15:42:00 -0400 Subject: [PATCH] restic: 0.17.3 -> 0.18.0 --- pkgs/tools/backup/restic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/backup/restic/default.nix b/pkgs/tools/backup/restic/default.nix index 6192d0b37248..e4723e357a41 100644 --- a/pkgs/tools/backup/restic/default.nix +++ b/pkgs/tools/backup/restic/default.nix @@ -12,13 +12,13 @@ buildGoModule rec { pname = "restic"; - version = "0.17.3"; + version = "0.18.0"; src = fetchFromGitHub { owner = "restic"; repo = "restic"; rev = "v${version}"; - hash = "sha256-PTy/YcojJGrYQhdp98e3rEMqHIWDMR5jiSC6BdzBT/M="; + hash = "sha256-odyKcpNAhk1dlVBhjrtmgKjWTOCMtooYOJ5p0J9OUFY="; }; patches = [ @@ -26,7 +26,7 @@ buildGoModule rec { ./0001-Skip-testing-restore-with-permission-failure.patch ]; - vendorHash = "sha256-tU2msDHktlU0SvvxLQCU64p8DpL8B0QiliVCuHlLTHQ="; + vendorHash = "sha256-cxOwVf1qZXJbDZC/7cGnKPNpwJnAk3OunKVZpwtI8pI="; subPackages = [ "cmd/restic" ];