3
0
Fork 0
forked from mirrors/nixpkgs

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

argocd-autopilot: 0.4.6 -> 0.4.7
This commit is contained in:
Mario Rodas 2022-09-09 08:36:01 -05:00 committed by GitHub
commit 158b450fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd-autopilot";
version = "0.4.6";
version = "0.4.7";
src = fetchFromGitHub {
owner = "argoproj-labs";
repo = "argocd-autopilot";
rev = "v${version}";
sha256 = "sha256-qlxs0dafmGbJdsBgFJGpaEkcKVyOoSeiQknqzJwUs8A=";
sha256 = "sha256-aC3U9Qeahji3xSuJWuMlf2TzKEqPDAOuB52A4Om/fRU=";
};
vendorSha256 = "sha256-ujDtfDL1VWe4XjTHD+pXMmMFp0AiuZcE+CKRkMsiv9Q=";