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: a9fa6028adaa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f20af8bd36a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 26, 2020

  1. skaffold: 1.6.0 -> 1.8.0

    Trundle authored and Jon committed Apr 26, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    0f20af8 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.6.0";
version = "1.8.0";
# rev is the ${version} commit, mainly for skaffold version command output
rev = "4cc0be23e41e37d8b1bca1464516538b2cc1bba0";
rev = "bd280192092e28067f0f52584c8bcb4f4dc480e4";

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

nativeBuildInputs = [ installShellFiles ];