Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f719350bace4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a3d6e495544b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 8, 2020

  1. Copy the full SHA
    07e003d View commit details

Commits on Apr 9, 2020

  1. Merge pull request #84703 from purcell/docker-credential-gcr-2

    docker-credential-gcr: 1.4.3 -> 2.0.1
    nlewo authored Apr 9, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    a3d6e49 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/docker-credential-gcr/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/docker-credential-gcr/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "docker-credential-gcr";
version = "1.4.3";
version = "2.0.1";

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

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "docker-credential-gcr";
rev = "v${version}";
sha256 = "1xb88xjyyrdmjcgfv7fqdkv1ip3dpzsdif5vm7vkqvn83s5wj5df";
sha256 = "0zazbfjbwclkz848vsyb6zhn95gngwrdhivaiw0m9f8a9xm4bp9r";
};

meta = with stdenv.lib; {