Merge pull request #32099 from mbrgm/upgrade-restic

restic: 0.7.1 -> 0.8.0
This commit is contained in:
adisbladis 2017-11-27 17:01:32 +08:00 committed by GitHub
commit 360582639b
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.7.1";
version = "0.8.0";
goPackagePath = "github.com/restic/restic";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "07614wp0b6kjl8lq3qir271g0s2h8wvpdh43wsz1k6bip60nmqbf";
sha256 = "10r2p4mkspkkzmj41jskqii02qkliwz2zfhvsabkg8clr8lzfkv9";
};
buildPhase = ''