summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-08 00:33:02 +0800
committerGitHub <noreply@github.com>2024-04-08 00:33:02 +0800
commit5a187f240a56da0389d09c564f14b2f7e1cf9a0c (patch)
tree2be193f20dec8a69a9ed6b1a1f816145d7bfd92d /pkgs/applications/networking/cluster
parent7774a2ccb23a21f69121221eab443ef931fce936 (diff)
parentd64342939118f631b44dd8d206960fa4f93cbac7 (diff)
Merge pull request #301884 from r-ryantm/auto-update/argocd
argocd: 2.10.5 -> 2.10.6
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/argocd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/argocd/default.nix b/pkgs/applications/networking/cluster/argocd/default.nix
index 32005b5ae8c6..a273d008e662 100644
--- a/pkgs/applications/networking/cluster/argocd/default.nix
+++ b/pkgs/applications/networking/cluster/argocd/default.nix
@@ -2,17 +2,17 @@
buildGoModule rec {
pname = "argocd";
- version = "2.10.5";
+ version = "2.10.6";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
- hash = "sha256-koTNC6ClKgmrgrELxtGz4rKe/VV/9kPK99Cmm50aB94=";
+ hash = "sha256-tKZQVI2WiqsPIMHCBGJHcZYk4gOoshiGA0WPyeoxvok=";
};
proxyVendor = true; # darwin/linux hash mismatch
- vendorHash = "sha256-BqXTjmeKfCCwdwJ3gSOyvKfuqkjN+0S/1xe5vM406Ig=";
+ vendorHash = "sha256-dgj8IXrLNZ6ZEIFAY/gXAklVKfLXosRuR1SyZWkwrwA=";
# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227