lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

docker-credential-gcr: 2.1.29 -> 2.1.30

R. Ryantm c4a4f149 376a91ea

+3 -3
+3 -3
pkgs/by-name/do/docker-credential-gcr/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "docker-credential-gcr"; 12 - version = "2.1.29"; 12 + version = "2.1.30"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "GoogleCloudPlatform"; 16 16 repo = "docker-credential-gcr"; 17 17 tag = "v${version}"; 18 - hash = "sha256-Rp2V7z1SCV5Dvo8kGELQUeEbMF1ug0cKU9Oe9RXVBIk="; 18 + hash = "sha256-ZHQLZLw5Qe+60POSxfUZ5nh9punLXHzlXbjrUVR9MKU="; 19 19 }; 20 20 21 21 postPatch = '' 22 22 rm -rf ./test 23 23 ''; 24 24 25 - vendorHash = "sha256-n6QnVPBCGJpaHxywYjk+qCN0FXmQAvkQPu6vHPv5QJA="; 25 + vendorHash = "sha256-eQ9ZsJqW+FF3XHrqaDm254/vdLxR1Mw5wt+TkWqtXBg="; 26 26 27 27 env.CGO_ENABLED = 0; 28 28