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

argocd: 2.10.7 -> 2.10.8

authored by Jörg Thalheim and committed by GitHub ccb35a14 9ec6ea71

+2 -2
+2 -2
pkgs/applications/networking/cluster/argocd/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "argocd"; 5 - version = "2.10.7"; 5 + version = "2.10.8"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "argoproj"; 9 9 repo = "argo-cd"; 10 10 rev = "v${version}"; 11 - hash = "sha256-0C8lVQrFxrk9ym4aCz0PhUS2iByx9rj5Id0xFIq4Efc="; 11 + hash = "sha256-VzEgZshzIHXI0J172W1zI1E8dU8iYJq0lO01LpI8Y+U="; 12 12 }; 13 13 14 14 proxyVendor = true; # darwin/linux hash mismatch