Commit 87054af7 authored by R. RyanTM's avatar R. RyanTM
Browse files

argocd: 2.12.1 -> 2.12.2

parent 771c5644
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