From e912d142fc6adfd0f421585ea83e4548d6a7ac9e Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 8 Nov 2024 16:16:38 -0600 Subject: [PATCH] update restic to 0.17.3 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3683c69..5361812 100644 --- a/flake.nix +++ b/flake.nix @@ -25,8 +25,8 @@ packages = { restic = let pname = "restic"; - version = "0.17.2"; - hash = "sha256-CNQUqhFnuxoZpkVKyp/tDEfX91R8kjC2R41o2HA9eaM="; + version = "0.17.3"; + hash = "sha256-PTy/YcojJGrYQhdp98e3rEMqHIWDMR5jiSC6BdzBT/M="; vendorHash = "sha256-tU2msDHktlU0SvvxLQCU64p8DpL8B0QiliVCuHlLTHQ="; in pkgs.buildGoModule {