Merge pull request #179044 from r-ryantm/auto-update/distribution

docker-distribution: 2.7.1 -> 2.8.1
This commit is contained in:
Mario Rodas 2022-06-26 12:32:11 -05:00 committed by GitHub
commit 5b54b8fe69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "distribution";
version = "2.7.1";
version = "2.8.1";
rev = "v${version}";
goPackagePath = "github.com/docker/distribution";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "docker";
repo = "distribution";
inherit rev;
sha256 = "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw";
sha256 = "sha256-M8XVeIvD7LtWa9l+6ovwWu5IwFGYt0xDfcIwcU/KH/E=";
};
meta = with lib; {