update restic to 0.16.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f9e7a83c13
commit
d02535b845
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue