Merge pull request #26218 from mbrgm/upgrade-restic

restic: 0.5.0 -> 0.6.0
This commit is contained in:
Pascal Wittmann
2017-05-30 08:33:29 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "restic-${version}";
version = "0.5.0";
version = "0.6.0";
goPackagePath = "github.com/restic/restic";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "0dj6zg4b00pwgs6nj7w5s0jxm6cfavd9kdcq0z4spypwdf211cgl";
sha256 = "0kjk8fyfmbnh2jayfjq4ggkc99rh02jkv8gvqcpyqnw3dxznwrk2";
};
buildPhase = ''
@@ -28,5 +28,6 @@ buildGoPackage rec {
description = "A backup program that is fast, efficient and secure";
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = [ maintainers.mbrgm ];
};
}