restic: 0.17.0 -> 0.17.1 (#339915)

This commit is contained in:
Adam C. Stephens
2024-09-06 07:06:46 -04:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
buildGoModule rec {
pname = "restic";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "restic";
repo = "restic";
rev = "v${version}";
hash = "sha256-fd67ZehmgHHd+R/V4hJCREWoY3lFKSTfvbLRgJ0PSAM=";
hash = "sha256-/kgZgHmIxZkkmLyR246CcU+8wAekuK8SruY5GBLxJXI=";
};
patches = [