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

Commits on Nov 13, 2020

  1. kustomize: 3.8.1 -> 3.8.7

    Signed-off-by: Sascha Grunert <sgrunert@suse.com>
    saschagrunert committed Nov 13, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    saschagrunert Sascha Grunert
    Copy the full SHA
    897ce96 View commit details

Commits on Nov 14, 2020

  1. Merge pull request #103667 from saschagrunert/kustomize

    kustomize: 3.8.1 -> 3.8.7
    ryantm authored Nov 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    96ea270 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/development/tools/kustomize/default.nix
10 changes: 5 additions & 5 deletions pkgs/development/tools/kustomize/default.nix
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

buildGoModule rec {
pname = "kustomize";
version = "3.8.1";
# rev is the 3.8.1 commit, mainly for kustomize version command output
rev = "6a50372dd5686df22750b0c729adaf369fbf193c";
version = "3.8.7";
# rev is the 3.8.7 commit, mainly for kustomize version command output
rev = "ad092cc7a91c07fdf63a2e4b7f13fa588a39af4f";

buildFlagsArray = let t = "sigs.k8s.io/kustomize/api/provenance"; in
''
@@ -17,13 +17,13 @@ buildGoModule rec {
owner = "kubernetes-sigs";
repo = pname;
rev = "kustomize/v${version}";
sha256 = "07zdp6xv8viwnaz1qacwhg82dlzcrgb8dls6yz9qk4qcnsk6badx";
sha256 = "1942cyaj6knf8mc3q2vcz6rqqc6lxdd6nikry9m0idk5l1b09x1m";
};

# avoid finding test and development commands
sourceRoot = "source/kustomize";

vendorSha256 = "01ff3w4hwp4ynqhg8cplv0i2ixs811d2x2j6xbh1lslyyh3z3wc5";
vendorSha256 = "0y77ykfcbn4l0x85c3hb1lgjpy64kimx3s1qkn38gpmi4lphvkkl";

meta = with lib; {
description = "Customization of kubernetes YAML configurations";