docker-distribution: 2.6.0 -> 2.6.2

This commit is contained in:
Robin Gloster 2017-08-28 12:53:38 +02:00
parent 8994b27c54
commit 815cffc3f2
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "distribution-${version}";
version = "2.6.0";
version = "2.6.2";
rev = "v${version}";
goPackagePath = "github.com/docker/distribution";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "docker";
repo = "distribution";
inherit rev;
sha256 = "1yg2zrikn3vkvkx5mn51p6bfjk840qdkn7ahhhvvcsc8mpigrjc6";
sha256 = "0nj4xd72mik4pj8g065cqb0yjmgpj5ppsqf2k5ibz9f68c39c00b";
};
meta = with stdenv.lib; {