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

Commits on Mar 8, 2019

  1. kustomize: 2.0.1 -> 2.0.3 (#56944)

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester authored and xeji committed Mar 8, 2019
    Copy the full SHA
    2d4d618 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/tools/kustomize/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/tools/kustomize/default.nix
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

buildGoPackage rec {
name = "kustomize-${version}";
version = "2.0.1";
# rev is the 2.0.1 commit, mainly for kustomize version command output
rev = "ce7e5ee2c30cc5856fea01fe423cf167f2a2d0c3";
version = "2.0.3";
# rev is the 2.0.3 commit, mainly for kustomize version command output
rev = "a6f65144121d1955266b0cd836ce954c04122dc8";

goPackagePath = "sigs.k8s.io/kustomize";

@@ -16,7 +16,7 @@ buildGoPackage rec {
'';

src = fetchFromGitHub {
sha256 = "1ljllx2gd329lnq6mdsgh8zzr517ji80b0j21pgr23y0xmd43ijf";
sha256 = "1dfkpx9rllj1bzm5f52bx404kdds3zx1h38yqri9ha3p3pcb1bbb";
rev = "v${version}";
repo = "kustomize";
owner = "kubernetes-sigs";