docker-distribution: 2.8.1 -> 2.8.2

This commit is contained in:
R. Ryantm 2023-05-16 12:40:19 +00:00
parent 43f5efa493
commit 2c225b16dc

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; {