docker-distribution: 2.6.2 -> 2.7.1
This commit is contained in:
parent
93223f5cc3
commit
7d8205bc09
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user