summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 04:58:20 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:19:04 -0800
commit9a288424d956f33d8c3ea90180eba50556c4ade1 (patch)
tree489baf7fbb2d07a47ff7802476696f531fbef873 /pkgs/development
parentfe13ffdb4b5d3d967d0d23975c627aaa3f0089b9 (diff)
downloadnixpkgs-9a288424d956f33d8c3ea90180eba50556c4ade1.tar
nixpkgs-9a288424d956f33d8c3ea90180eba50556c4ade1.tar.gz
nixpkgs-9a288424d956f33d8c3ea90180eba50556c4ade1.tar.bz2
nixpkgs-9a288424d956f33d8c3ea90180eba50556c4ade1.tar.lz
nixpkgs-9a288424d956f33d8c3ea90180eba50556c4ade1.tar.xz
nixpkgs-9a288424d956f33d8c3ea90180eba50556c4ade1.tar.zst
nixpkgs-9a288424d956f33d8c3ea90180eba50556c4ade1.zip
kustomize: 4.4.1 -> 4.5.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/kustomize/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/kustomize/default.nix b/pkgs/development/tools/kustomize/default.nix
index f82c20dccf8..ef258b736c9 100644
--- a/pkgs/development/tools/kustomize/default.nix
+++ b/pkgs/development/tools/kustomize/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "kustomize";
-  version = "4.4.1";
+  version = "4.5.2";
   # rev is the commit of the tag, mainly for kustomize version command output
   rev = "b2d65ddc98e09187a8e38adc27c30bab078c1dbf";
 
@@ -17,7 +17,7 @@ buildGoModule rec {
     owner = "kubernetes-sigs";
     repo = pname;
     rev = "kustomize/v${version}";
-    sha256 = "sha256-gq5SrI1f6ctGIL0Arf8HQMfgnlglwWlsn1r27Ug70gs=";
+    sha256 = "sha256-l24uKKcTt5b7V/IHjJNMtVce55CEGdZVYlCzjUnEp1A=";
   };
 
   doCheck = true;
@@ -25,7 +25,7 @@ buildGoModule rec {
   # avoid finding test and development commands
   sourceRoot = "source/kustomize";
 
-  vendorSha256 = "sha256-2GbRk7A8VwGONmL74cc2TA+MLyJrSSOQPLaded5s90k=";
+  vendorSha256 = "sha256-GR1ohesxjxpMl1B7hWtBUAWWU8X7wHPAKdMoGM5L/VQ=";
 
   meta = with lib; {
     description = "Customization of kubernetes YAML configurations";