Merge pull request #35833 from mbrgm/upgrade-restic

restic: 0.8.2 -> 0.8.3
This commit is contained in:
adisbladis 2018-02-27 16:01:21 +08:00 committed by GitHub
commit a71cec97e3
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.8.2";
version = "0.8.3";
goPackagePath = "github.com/restic/restic";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "1prk8r0kmcscj79fc53a0qjvik6ygjr50xwnahs0amlyh03pyb46";
sha256 = "0vbwbxly3p1wj25ai1xak1bmhibh2ilxl55gsbnaaq7pcznc3ad9";
};
buildPhase = ''