Unverified Commit 7320b297 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #337057 from r-ryantm/auto-update/argocd

argocd: 2.12.1 -> 2.12.2
parents 3577673b 87054af7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "argocd";
  version = "2.12.1";
  version = "2.12.2";

  src = fetchFromGitHub {
    owner = "argoproj";
    repo = "argo-cd";
    rev = "v${version}";
    hash = "sha256-mqFQdgzHjht3ipTdjE4IfG9wrV7GZtuvH8T2iosiHMs=";
    hash = "sha256-dQ9YLqj+voovhZShgCz46cmjSDd5qLCjIcL/3YwwP0A=";
  };

  proxyVendor = true; # darwin/linux hash mismatch