restic: 0.8.2 -> 0.8.3

This commit is contained in:
Marius Bergmann 2018-02-27 07:43:47 +01:00
parent 19cc36d197
commit 03b84c4e24

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "restic-${version}"; name = "restic-${version}";
version = "0.8.2"; version = "0.8.3";
goPackagePath = "github.com/restic/restic"; goPackagePath = "github.com/restic/restic";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "restic"; owner = "restic";
repo = "restic"; repo = "restic";
rev = "v${version}"; rev = "v${version}";
sha256 = "1prk8r0kmcscj79fc53a0qjvik6ygjr50xwnahs0amlyh03pyb46"; sha256 = "0vbwbxly3p1wj25ai1xak1bmhibh2ilxl55gsbnaaq7pcznc3ad9";
}; };
buildPhase = '' buildPhase = ''