Skip to content

Commit

Permalink
argocd-autopilot: 0.4.15 -> 0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 15, 2023
1 parent bbf85a3 commit 25393c5
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.4.15";
version = "0.4.16";

src = fetchFromGitHub {
owner = "argoproj-labs";
repo = "argocd-autopilot";
rev = "v${version}";
sha256 = "sha256-E0Y2GBklUiQBSdrKerFO0B8AAPYnDuxbdRk7uU7cQBI=";
sha256 = "sha256-KxEH6FpCaOVOjdNKn7dYbFlT/W4gA8276Zt3sIs3Tg8=";
};

vendorHash = "sha256-5YGe9OnZhjswLMlXohPGzpebocuJFfBd94cc1y88irs=";
vendorHash = "sha256-3f5eEge5tGko/B7MtPcifoQOkkVr0jjFX5nF6g1kow4=";

proxyVendor = true;

Expand Down

0 comments on commit 25393c5

Please sign in to comment.