Merge pull request #55791 from xeji/p/restic

restic: 0.9.2 -> 0.9.4
This commit is contained in:
Florian Klink 2019-02-15 00:08:53 +01:00 committed by GitHub
commit 9611f848fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "restic-${version}";
version = "0.9.2";
version = "0.9.4";
goPackagePath = "github.com/restic/restic";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "0kl8yk636i3y7f2kd43pydjh4pv7hhq09p5k54jlysnrbf2kjb4h";
sha256 = "15lx01w46bwn3hjwpmm8xy71m7ml9wdwddbbfvmk5in61gv1acr5";
};
buildPhase = ''