skopeo: 0.1.22 -> 0.1.23

This commit is contained in:
Tim Steinbach 2017-09-26 10:12:22 -04:00
parent 466d06e705
commit 4ec02cc332
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -4,7 +4,7 @@ with stdenv.lib;
buildGoPackage rec {
name = "skopeo-${version}";
version = "0.1.22";
version = "0.1.23";
rev = "v${version}";
goPackagePath = "github.com/projectatomic/skopeo";
@ -16,7 +16,7 @@ buildGoPackage rec {
inherit rev;
owner = "projectatomic";
repo = "skopeo";
sha256 = "0aivs37bcvx3g22a9r3q1vj2ahw323g1vaq9jzbmifm9k0pb07jy";
sha256 = "1axxnm87fpsd7q28v951ilhmzd42k8wyh741gdfdcajjwglfj0nn";
};
patches = [