Unverified Commit e6c8fb80 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

argocd-autopilot: 0.4.9 -> 0.4.10
parents 4b226d05 88dbd2ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "argocd-autopilot";
  version = "0.4.9";
  version = "0.4.10";

  src = fetchFromGitHub {
    owner = "argoproj-labs";
    repo = "argocd-autopilot";
    rev = "v${version}";
    sha256 = "sha256-PHs6shuj2wHvlP6n05RPJjMY6wtJ1PbD6t0DxYrJpXE=";
    sha256 = "sha256-DUWJDWqB+jyp3/2/eFP1ss2grNtrvUuvGWK0FYTXObc=";
  };

  vendorHash = "sha256-4ylOLnpvz/aQIoxVz2z69Rq/x2UG91yMmtSHyquvNq0=";