restic: 0.10.0 -> 0.11.0

This commit is contained in:
Bruno Bigras 2020-11-08 00:57:56 -05:00
parent e269d1daa2
commit 28860ab1ad

View File

@ -3,16 +3,16 @@
buildGoModule rec { buildGoModule rec {
pname = "restic"; pname = "restic";
version = "0.10.0"; version = "0.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "restic"; owner = "restic";
repo = "restic"; repo = "restic";
rev = "v${version}"; rev = "v${version}";
sha256 = "0nrh52cjymzcf093sqqa3kfw2nimnx6qwn8aw0wsci2v2r84yzzx"; sha256 = "13zmx9wzv29z0np3agx4rsz1j9pgrvlnngjsb971i1dnzwv5l3hf";
}; };
vendorSha256 = "1pfixq3mbfn12gyablc4g0j8r00md3887q0l8xgxy76z0d8w924s"; vendorSha256 = "09sa5jpdj73w595c063mib14132zacswh54nmjqp2n440cflmwjh";
subPackages = [ "cmd/restic" ]; subPackages = [ "cmd/restic" ];