docker-distribution: 2.6.2 -> 2.7.1

This commit is contained in:
Maximilian Bosch 2019-12-03 13:49:03 +01:00
parent 93223f5cc3
commit 7d8205bc09
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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