argocd: 2.10.3 -> 2.10.4

This commit is contained in:
QJoly 2024-03-19 23:37:14 +01:00
parent b0f45b4837
commit 03e40c0b0e

View File

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