argocd: 3.1.8 -> 3.1.9

This commit is contained in:
R. Ryantm
2025-10-22 06:44:53 +00:00
parent 1b1e9e78b5
commit a16cec57f8
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "argocd";
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-xySxnRw8MvMi4BJ/h8+4Lhf2ontC05hAliMG2e3xnQg=";
hash = "sha256-l8MlEVfw8BoHS/ZCtxzi7M0xMMOvotXYnconB+3x/1k=";
};
ui = stdenv.mkDerivation {