docker-credential-helpers: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-05-24 00:51:34 +00:00 committed by Weijia Wang
parent fc165a03b2
commit 53089bd0c2

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-credential-helpers";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "docker";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Q1SdDfTT0W+eG/F5HX+pk4B06IG5ZoeZxe36l71gMc8=";
sha256 = "sha256-LFXSfb4JnlacSZVnIf+5/A+KefARYadEGDzGtcSDJBw=";
};
vendorHash = null;