about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-04 02:49:19 +0100
committerGitHub <noreply@github.com>2023-12-04 02:49:19 +0100
commit798299ed8a6e5dd8cb2137e48aa81338b17ce039 (patch)
treee23584c78f8cfc14b2885c246b1f1cf7f1f237d2 /pkgs
parente9d012ab0af1bb1d49c1360526af4bc3405cf269 (diff)
parent2414cc4edc5b355979708d5cd76527b4071cb8d7 (diff)
Merge pull request #266980 from r-ryantm/auto-update/argocd-vault-plugin
argocd-vault-plugin: 1.16.1 -> 1.17.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/argocd-vault-plugin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/argocd-vault-plugin/default.nix b/pkgs/tools/security/argocd-vault-plugin/default.nix
index d2557b36dc2e8..bd6e4c15fa27d 100644
--- a/pkgs/tools/security/argocd-vault-plugin/default.nix
+++ b/pkgs/tools/security/argocd-vault-plugin/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "argocd-vault-plugin";
-  version = "1.16.1";
+  version = "1.17.0";
 
   src = fetchFromGitHub {
     owner = "argoproj-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-7bUpshg+OqlS5wvFkZkovQVaLglvSpp7FsVA9qNOk1U=";
+    hash = "sha256-YH7yNRaKdYzasaxYSManuiImyxglmIwgLvDKjUg3MR8=";
   };
 
-  vendorHash = "sha256-r9Pcm95gU0QTiREdiQiyJMOKZb5Lt2bIJywLerzgbdg=";
+  vendorHash = "sha256-0PrGrcS8Gx0cVImGrlmXlycFgWCTLjg2ISi0OhYoPpw=";
 
   # integration tests require filesystem and network access for credentials
   doCheck = false;