Skip to content

Commit

Permalink
Merge pull request NixOS#113070 from r-ryantm/auto-update/docker-cred…
Browse files Browse the repository at this point in the history
…ential-gcr

docker-credential-gcr: 2.0.2 -> 2.0.4
  • Loading branch information
ryantm authored Feb 20, 2021
2 parents 78b2e98 + 4b228e6 commit 74abbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/docker-credential-gcr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "docker-credential-gcr";
version = "2.0.2";
version = "2.0.4";

goPackagePath = "github.com/GoogleCloudPlatform/docker-credential-gcr";

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "docker-credential-gcr";
rev = "v${version}";
sha256 = "0m7jx669yf27z2g9gw9vwncpwldrcb3ldlf1xhvbwbijnc2jk866";
sha256 = "sha256-yG8gpsD1KZBSbJnnNTXgZah/mcrOUH1O37s7AGpeHjQ=";
};

meta = with lib; {
Expand Down

0 comments on commit 74abbbf

Please sign in to comment.