argocd: 2.10.2 -> 2.10.3

This commit is contained in:
R. Ryantm 2024-03-14 02:23:28 +00:00
parent c61d0920a3
commit 2463a44bad

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.10.2";
version = "2.10.3";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-eFa2AXFVymi7et+fHTLgdiBUq6D8zK5DRg9Dqhxe4TE=";
hash = "sha256-DaM3vNmZTz4zJTsmtgWwKPhHeUdqe2ZdlXYTppdhiJs=";
};
proxyVendor = true; # darwin/linux hash mismatch