1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

restic: 0.17.0 -> 0.17.1

This commit is contained in:
Bruno Bigras 2024-09-05 17:33:45 -04:00
parent 213c0c84ff
commit 331aee3eff

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 = [