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

Commits on Mar 22, 2019

  1. skaffold: 0.24.0 -> 0.25.0

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed Mar 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    afreakk Hans
    Copy the full SHA
    60b085a View commit details
  2. Merge pull request #58115 from vdemeester/update-skaffold

    skaffold: 0.24.0 -> 0.25.0
    nlewo authored Mar 22, 2019
    Copy the full SHA
    db7be52 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/tools/skaffold/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/tools/skaffold/default.nix
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

buildGoPackage rec {
name = "skaffold-${version}";
version = "0.24.0";
# rev is the 0.24.0 commit, mainly for skaffold version command output
rev = "6a829c4b29e3a102b0b14c4584cd174f780402e9";
version = "0.25.0";
# rev is the 0.25.0 commit, mainly for skaffold version command output
rev = "0f4b8fe88969e9fa38346934ea6af7c46772d603";

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

meta = {