Merge pull request #263223 from gmemstr/restic-1.16.1

restic: 0.16.0 -> 0.16.1

authored by Emily Trau and committed by GitHub db22ff2a de2dcc26

+3 -3
+3 -3
pkgs/tools/backup/restic/default.nix
··· 3 4 buildGoModule rec { 5 pname = "restic"; 6 - version = "0.16.0"; 7 8 src = fetchFromGitHub { 9 owner = "restic"; 10 repo = "restic"; 11 rev = "v${version}"; 12 - hash = "sha256-kxxQlU3bKBjCb1aEtcLBmcnPg4KFgFlbFhs9MmbAgk8="; 13 }; 14 15 patches = [ ··· 17 ./0001-Skip-testing-restore-with-permission-failure.patch 18 ]; 19 20 - vendorHash = "sha256-m5smEyAt9RxgvUf1pZqIhgja2h8MWfEgjJ4jUgrPMPY="; 21 22 subPackages = [ "cmd/restic" ]; 23
··· 3 4 buildGoModule rec { 5 pname = "restic"; 6 + version = "0.16.1"; 7 8 src = fetchFromGitHub { 9 owner = "restic"; 10 repo = "restic"; 11 rev = "v${version}"; 12 + hash = "sha256-sMxOZEnZr2UdhmwLXQnggQzw+pXcoWmqqADlQ0yDhj8="; 13 }; 14 15 patches = [ ··· 17 ./0001-Skip-testing-restore-with-permission-failure.patch 18 ]; 19 20 + vendorHash = "sha256-Ctg6bln5kzGs7gDLo9zUpsbSybKOtHFuHvHG3cxCfac="; 21 22 subPackages = [ "cmd/restic" ]; 23