3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #75826 from cust0dian/restic-0.9.6

restic: 0.9.5 -> 0.9.6
This commit is contained in:
Mario Rodas 2019-12-18 18:01:44 -05:00 committed by GitHub
commit 0fc687073d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "restic";
version = "0.9.5";
version = "0.9.6";
goPackagePath = "github.com/restic/restic";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "1bhn3xwlycpnjg2qbqblwxn3apj43lr5cakgkmrblk13yfwfv5xv";
sha256 = "0lydll93n1lcn1fl669b9cikmzz9d6vfpc8ky3ng5fi8kj3v1dz7";
};
buildPhase = ''