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

docker-distribution: 2.8.1 -> 2.8.2
This commit is contained in:
Weijia Wang 2023-05-16 23:50:36 +03:00 committed by GitHub
commit 10a1d41b31
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.8.1";
version = "2.8.2";
rev = "v${version}";
goPackagePath = "github.com/docker/distribution";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "docker";
repo = "distribution";
inherit rev;
sha256 = "sha256-M8XVeIvD7LtWa9l+6ovwWu5IwFGYt0xDfcIwcU/KH/E=";
sha256 = "sha256-aBAUyM+MtRZAA6Jxu4cFyRIo5OU+7IdLKdQqgm0AFPI=";
};
meta = with lib; {