argocd: 3.3.5 -> 3.3.6

This commit is contained in:
R. Ryantm
2026-04-04 12:08:29 +00:00
parent e7d780829d
commit cd0acd1a3b
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "argocd";
version = "3.3.5";
version = "3.3.6";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
tag = "v${finalAttrs.version}";
hash = "sha256-sih7HrF9qwSI7j8A76iZl54CcO5aI09dt65YdupZ08c=";
hash = "sha256-84GlX9m1+Af9EPPdvLJcZIqhw7a1DBj1xKmUpNnngbk=";
};
ui = stdenv.mkDerivation {