Merge pull request #286383 from ajs124/upd/restic

restic: 0.16.3 -> 0.16.4
This commit is contained in:
Robert Schütz
2024-02-05 01:20:14 +00:00
committed by GitHub
+3 -3
View File
@@ -3,13 +3,13 @@
buildGoModule rec {
pname = "restic";
version = "0.16.3";
version = "0.16.4";
src = fetchFromGitHub {
owner = "restic";
repo = "restic";
rev = "v${version}";
hash = "sha256-nPOCncqdnwhmWrT11evBD4r5hpRb3DTdRej4zh4Q8lg=";
hash = "sha256-TSUhrtSgGIPM/cUzA6WDtCpqCyjtnM5BZDhK6udR0Ek=";
};
patches = [
@@ -17,7 +17,7 @@ buildGoModule rec {
./0001-Skip-testing-restore-with-permission-failure.patch
];
vendorHash = "sha256-stz76S2dwVlBuGW9R7+Uqs51Xsq7L/4pgTqUZnu7YCQ=";
vendorHash = "sha256-E+Erf8AdlMBdep1g2SpI8JKIdJuKqmyWEUmh8Rs5R/o=";
subPackages = [ "cmd/restic" ];