argocd: 3.1.6 -> 3.1.8

This commit is contained in:
R. Ryantm
2025-10-01 19:36:59 +00:00
parent 5d286bae6c
commit 043b1baf60
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "argocd";
version = "3.1.6";
version = "3.1.8";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-RdqMkyQBJaAJv660bCe+C84BFQNu06t3AaYSz4aMlBA=";
hash = "sha256-xySxnRw8MvMi4BJ/h8+4Lhf2ontC05hAliMG2e3xnQg=";
};
ui = stdenv.mkDerivation {