restic: 0.16.0 -> 0.16.1
This commit is contained in:
parent
f06b975898
commit
8776f0bbcd
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "restic";
|
pname = "restic";
|
||||||
version = "0.16.0";
|
version = "0.16.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "restic";
|
owner = "restic";
|
||||||
repo = "restic";
|
repo = "restic";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-kxxQlU3bKBjCb1aEtcLBmcnPg4KFgFlbFhs9MmbAgk8=";
|
hash = "sha256-sMxOZEnZr2UdhmwLXQnggQzw+pXcoWmqqADlQ0yDhj8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
||||||
./0001-Skip-testing-restore-with-permission-failure.patch
|
./0001-Skip-testing-restore-with-permission-failure.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
vendorHash = "sha256-m5smEyAt9RxgvUf1pZqIhgja2h8MWfEgjJ4jUgrPMPY=";
|
vendorHash = "sha256-Ctg6bln5kzGs7gDLo9zUpsbSybKOtHFuHvHG3cxCfac=";
|
||||||
|
|
||||||
subPackages = [ "cmd/restic" ];
|
subPackages = [ "cmd/restic" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue