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

Commits on Nov 27, 2018

  1. kustomize: 1.0.9 -> 1.0.10

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed Nov 27, 2018
    Copy the full SHA
    2d5908f View commit details
  2. Merge pull request #51069 from vdemeester/update-kustomize

    kustomize: 1.0.9 -> 1.0.10
    nlewo authored Nov 27, 2018
    Copy the full SHA
    71b49f2 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
@@ -3,9 +3,9 @@

buildGoPackage rec {
name = "kustomize-${version}";
version = "1.0.9";
# rev is the 1.0.8 commit, mainly for kustomize version command output
rev = "ec86b30d2b01a8fa62e645f024f26bfea5dcd30d";
version = "1.0.10";
# rev is the 1.0.10 commit, mainly for kustomize version command output
rev = "383b3e798b7042f8b7431f93e440fb85631890a3";

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

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

src = fetchFromGitHub {
sha256 = "06a0iic8sp745q71bh0k2zbcdhppp85bx9c3fwwr4wl77dlybz4f";
sha256 = "1z78d5j2w78x4ks4v745050g2ffmirj03v7129dib2lfhfjra8aj";
rev = "v${version}";
repo = "kustomize";
owner = "kubernetes-sigs";