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: 4961e5982337
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1003df398306
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 17, 2020

  1. skaffold: 1.8.0 -> 1.9.1

    Trundle committed May 17, 2020
    Copy the full SHA
    01628c8 View commit details
  2. Merge pull request #88033 from Trundle/skaffold-1.9.1

    skaffold: 1.8.0 -> 1.9.1
    marsam authored May 17, 2020
    Copy the full SHA
    1003df3 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/skaffold/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/skaffold/default.nix
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

buildGoPackage rec {
pname = "skaffold";
version = "1.8.0";
version = "1.9.1";
# rev is the ${version} commit, mainly for skaffold version command output
rev = "bd280192092e28067f0f52584c8bcb4f4dc480e4";
rev = "7bac6a150c9618465f5ad38cc0a5dbc4677c39ba";

goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "0s1j1lij56idl981nq7dnvkil1ki283nfhcfqyl5g00payihlm73";
sha256 = "0l0x89xv5brinafrvbz6hgs5kvmpl4ajcrsjdjh3myf7i0mvh3gm";
};

nativeBuildInputs = [ installShellFiles ];