Skip to content

Commit

Permalink
docker-credential-gcr: 2.0.2 -> 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 14, 2021
1 parent d933d28 commit 4b228e6
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 4b228e6

Please sign in to comment.