docker-credential-helpers: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2023-08-02 09:57:19 +00:00
parent 26f7e30132
commit e1713a1578

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "docker-credential-helpers";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "docker";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KtDWrtd88s4Al3iWxIYE+YlhZTzf8/YDVYE2AwxH8ho=";
sha256 = "sha256-3zWlYW+2LA/JK/lv/OTzMlF2HlQPID0WYks0dQrP3GY=";
};
vendorSha256 = null;
vendorHash = null;
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];