Commit 5bdac724 authored by R. RyanTM's avatar R. RyanTM
Browse files

argocd: 2.8.3 -> 2.8.4

parent cc82ad6e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,17 +2,17 @@

buildGoModule rec {
  pname = "argocd";
  version = "2.8.3";
  version = "2.8.4";

  src = fetchFromGitHub {
    owner = "argoproj";
    repo = "argo-cd";
    rev = "v${version}";
    hash = "sha256-sVaUItort09n2aShrE0MqOKQps44qNQv0Nox4P21xqg=";
    hash = "sha256-ETvAE9kegqtAduXm9/9fmPgJJ2Xq6ZY5J5iGcjHkyKM=";
  };

  proxyVendor = true; # darwin/linux hash mismatch
  vendorHash = "sha256-WeDIvw9KHDL5h/MQ9H1rOZkAlUOzROGw/gwpZB2jvOg=";
  vendorHash = "sha256-4vGBi6P0xSfBheTg2/z28l9H07TasqqM8l6YjGgLhvs=";

  # Set target as ./cmd per cli-local
  # https://github.com/argoproj/argo-cd/blob/master/Makefile#L227