Commit cd0acd1a authored by R. RyanTM's avatar R. RyanTM
Browse files

argocd: 3.3.5 -> 3.3.6

parent e7d78082
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {