Unverified Commit 9b4b00dc authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

argocd: 2.6.7 -> 2.7.1
parents 52f2d5e6 6415a44f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,17 +2,17 @@

buildGoModule rec {
  pname = "argocd";
  version = "2.6.7";
  version = "2.7.1";

  src = fetchFromGitHub {
    owner = "argoproj";
    repo = "argo-cd";
    rev = "v${version}";
    sha256 = "sha256-KvnKz+NxCiCqX/lDsm4YdrUmtK028D9KM9Ke9mxiZQw=";
    sha256 = "sha256-1P3FIgC9j0SbwzWo0aPUwVTKNlSY3FG7Iz6KD9pbv84=";
  };

  proxyVendor = true; # darwin/linux hash mismatch
  vendorHash = "sha256-BqES6nhV17iqK1dsa+2IdNCd1Wl1O6hOBczqxRHewPk=";
  vendorHash = "sha256-VRbNzJANWA7MjomzxNRK19Q4L+fsztMpumUbdYszYqw=";

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