summary refs log tree commit diff
path: root/pkgs/development/tools/kustomize/3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/kustomize/3.nix')
-rw-r--r--pkgs/development/tools/kustomize/3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/kustomize/3.nix b/pkgs/development/tools/kustomize/3.nix
index c7c3eb229e3..01cb1fd4861 100644
--- a/pkgs/development/tools/kustomize/3.nix
+++ b/pkgs/development/tools/kustomize/3.nix
@@ -24,7 +24,7 @@ buildGoModule rec {
   # avoid finding test and development commands
   sourceRoot = "${src.name}/kustomize";
 
-  vendorSha256 = "sha256-xLeetcmzvpILLLMhMx7oahWLxguFjG3qbYpeeWpFUlw=";
+  vendorHash = "sha256-xLeetcmzvpILLLMhMx7oahWLxguFjG3qbYpeeWpFUlw=";
 
   meta = with lib; {
     description = "Customization of kubernetes YAML configurations";