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

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

argocd-autopilot: 0.4.11 -> 0.4.12
parents ef2a7872 426b2be4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "argocd-autopilot";
  version = "0.4.11";
  version = "0.4.12";

  src = fetchFromGitHub {
    owner = "argoproj-labs";
    repo = "argocd-autopilot";
    rev = "v${version}";
    sha256 = "sha256-0y7WP6v1DrAyK9p9cVME9RpNH1ZY0NNMtjHhmPT68kQ=";
    sha256 = "sha256-YYUOW3QWJx+XdrZTaPEGs5TJH2lVUJGPcPYYehR3V0M=";
  };

  vendorHash = "sha256-KkklEcxk6pNbxSkomh3LqlK8jgpGC/pZMBkJgXMUi8E=";
  vendorHash = "sha256-p8Q+oQFbkulcDFdHUoQ1qdO1zsi7XmU/IjnScZogz2g=";

  proxyVendor = true;