update restic to 0.16.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2024-02-07 20:32:44 -06:00
parent f9e7a83c13
commit d02535b845
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -25,9 +25,9 @@
packages = { packages = {
restic = let restic = let
pname = "restic"; pname = "restic";
version = "0.16.3"; version = "0.16.4";
hash = "sha256-nPOCncqdnwhmWrT11evBD4r5hpRb3DTdRej4zh4Q8lg="; hash = "sha256-TSUhrtSgGIPM/cUzA6WDtCpqCyjtnM5BZDhK6udR0Ek=";
vendorHash = "sha256-stz76S2dwVlBuGW9R7+Uqs51Xsq7L/4pgTqUZnu7YCQ="; vendorHash = "sha256-E+Erf8AdlMBdep1g2SpI8JKIdJuKqmyWEUmh8Rs5R/o=";
in in
pkgs.buildGoModule { pkgs.buildGoModule {
inherit pname version vendorHash; inherit pname version vendorHash;