argocd: 2.4.10 -> 2.4.11

This commit is contained in:
R. Ryantm 2022-08-23 05:01:51 +00:00 committed by Frederik Rietdijk
parent 8ccab1a56d
commit cfea934df1

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "argocd";
version = "2.4.10";
version = "2.4.11";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-qYHLK/3InkpRjMfmwmP+TE24D3OOw+glwEvYIEbxTa0=";
sha256 = "sha256-o4mDqLbGsrlpPNEBqsvIGpelL5IocHnFpRrvoLExGes=";
};
vendorSha256 = "sha256-M1ZYooS22bntHXAMK4QpMAwuMvN4/tHtVu3WZW9V8TA=";
vendorSha256 = "sha256-n6elT6ETOtbZsFqfwMo9d2qqamS8jdrROjFjStNkalc=";
# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227