Skip to content

Commit

Permalink
Merge pull request #180427 from r-ryantm/auto-update/argocd-autopilot
Browse files Browse the repository at this point in the history
argocd-autopilot: 0.3.7 -> 0.3.9
  • Loading branch information
bobby285271 committed Jul 11, 2022
2 parents 292eed7 + b376d60 commit 641ce01
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "argocd-autopilot";
version = "0.3.7";
version = "0.3.9";

src = fetchFromGitHub {
owner = "argoproj-labs";
repo = "argocd-autopilot";
rev = "v${version}";
sha256 = "sha256-dLmJQCASdWkzWOPQ0bdJLe2AD06+L2ghP2yWry1XL1k=";
sha256 = "sha256-LX/26fOvQYnzCbVuMxsuD/3bdZx/mVD47v8l4DppUPA=";
};

vendorSha256 = "sha256-0v/HTiQf/mZUU1b55jAnSj86NEFOUaiM+/MrVvwJYBM=";
vendorSha256 = "sha256-UYTEQ3RvSJB+9zduw0xCDU71Zp54ilZzNucuzTMKEHA=";

proxyVendor = true;

Expand Down

0 comments on commit 641ce01

Please sign in to comment.