3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #44692 from dotlambda/restic-0.9.2

restic: 0.9.1 -> 0.9.2
This commit is contained in:
Jörg Thalheim 2018-08-08 11:41:28 +01:00 committed by GitHub
commit 6e21704e34
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.1";
version = "0.9.2";
goPackagePath = "github.com/restic/restic";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "116dc86fjmflmk0n2nywvv2f6z1jig3czqxz0cx0z77n8rmj9npv";
sha256 = "0kl8yk636i3y7f2kd43pydjh4pv7hhq09p5k54jlysnrbf2kjb4h";
};
buildPhase = ''