From d02535b84552d48cf7508d2cf214a5503665bdaa Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 7 Feb 2024 20:32:44 -0600 Subject: [PATCH] update restic to 0.16.4 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 56967e5..0abc764 100644 --- a/flake.nix +++ b/flake.nix @@ -25,9 +25,9 @@ packages = { restic = let pname = "restic"; - version = "0.16.3"; - hash = "sha256-nPOCncqdnwhmWrT11evBD4r5hpRb3DTdRej4zh4Q8lg="; - vendorHash = "sha256-stz76S2dwVlBuGW9R7+Uqs51Xsq7L/4pgTqUZnu7YCQ="; + version = "0.16.4"; + hash = "sha256-TSUhrtSgGIPM/cUzA6WDtCpqCyjtnM5BZDhK6udR0Ek="; + vendorHash = "sha256-E+Erf8AdlMBdep1g2SpI8JKIdJuKqmyWEUmh8Rs5R/o="; in pkgs.buildGoModule { inherit pname version vendorHash;