argocd: 2.4.12 -> 2.4.14

This commit is contained in:
R. Ryantm 2022-10-06 03:52:05 +00:00 committed by Bobby Rong
parent e9b43c9881
commit 7c164f4bea

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.4.12";
version = "2.4.14";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-U3Qct7wL/oJDgU+PXL5UMMTsQo4maeKShDwU2crSWxk=";
sha256 = "sha256-txVNv/JowIGKMvNjsMUzwLT328qJg/DkS/R0RkN8b34=";
};
vendorSha256 = "sha256-n6elT6ETOtbZsFqfwMo9d2qqamS8jdrROjFjStNkalc=";