about summary refs log tree commit diff
path: root/pkgs/development/tools/kustomize
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-04-12 12:34:34 -0700
committerGitHub <noreply@github.com>2021-04-12 12:34:34 -0700
commit1187b797c6286e0ce2d6c6fae81ad208f428488e (patch)
treebbfd93aa1a73a11be8f8549a81eca45197c64785 /pkgs/development/tools/kustomize
parent7d396a4219ad036e22e4fbe7b325e5ea79320fc9 (diff)
kustomize-sops: 2.5.1 -> 2.5.2 (#119031)
Diffstat (limited to 'pkgs/development/tools/kustomize')
-rw-r--r--pkgs/development/tools/kustomize/kustomize-sops.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/kustomize/kustomize-sops.nix b/pkgs/development/tools/kustomize/kustomize-sops.nix
index 4b448b4697487..e471489e70958 100644
--- a/pkgs/development/tools/kustomize/kustomize-sops.nix
+++ b/pkgs/development/tools/kustomize/kustomize-sops.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kustomize-sops";
-  version = "2.5.1";
+  version = "2.5.2";
 
   src = fetchFromGitHub {
     owner = "viaduct-ai";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-XZoevXYSlBj8umxC8UNucE21pjDNaeX1c65QAwEuqWQ=";
+    sha256 = "sha256-c8v9O3ufTZ7/rWwLNoak0ITlEVlOg9MvheRjQIxPwKc=";
   };
 
   vendorSha256 = "sha256-kJtJ2ut+yhgNoPIY5i3dKmQV0g+8RvcGnxCyay7wy2A=";