Merge pull request #113070 from r-ryantm/auto-update/docker-credential-gcr
docker-credential-gcr: 2.0.2 -> 2.0.4
This commit is contained in:
commit
74abbbff5e
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "docker-credential-gcr";
|
pname = "docker-credential-gcr";
|
||||||
version = "2.0.2";
|
version = "2.0.4";
|
||||||
|
|
||||||
goPackagePath = "github.com/GoogleCloudPlatform/docker-credential-gcr";
|
goPackagePath = "github.com/GoogleCloudPlatform/docker-credential-gcr";
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||||
owner = "GoogleCloudPlatform";
|
owner = "GoogleCloudPlatform";
|
||||||
repo = "docker-credential-gcr";
|
repo = "docker-credential-gcr";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0m7jx669yf27z2g9gw9vwncpwldrcb3ldlf1xhvbwbijnc2jk866";
|
sha256 = "sha256-yG8gpsD1KZBSbJnnNTXgZah/mcrOUH1O37s7AGpeHjQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in New Issue