restic: 0.15.0 -> 0.15.1

https://github.com/restic/restic/releases/tag/v0.15.1
This commit is contained in:
kilianar 2023-01-30 22:05:39 +01:00
parent d88425e91c
commit 6bf89e01d1

View File

@ -3,13 +3,13 @@
buildGoModule rec {
pname = "restic";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "restic";
repo = "restic";
rev = "v${version}";
hash = "sha256-qWVmsW16eQM7d+HoHR2qE7GpcC5HK7TIhhx6J2glKpA=";
hash = "sha256-KdPslVJHH+xdUuFfmLZumP2lHzkDrrAvpDaj38SuP8o=";
};
patches = [
@ -17,7 +17,7 @@ buildGoModule rec {
./0001-Skip-testing-restore-with-permission-failure.patch
];
vendorHash = "sha256-zhLFMvp97mQclaLwH4Hl8jFNMmoYrf8AtVv49RDq7lM=";
vendorHash = "sha256-oetaCiXWEBUEf382l4sjO0SCPxkoh+bMTgIf/qJTQms=";
subPackages = [ "cmd/restic" ];