argocd: 1.8.3 -> 1.8.4

This commit is contained in:
Jakub Darul 2021-02-17 22:14:59 +01:00
parent 9de9838986
commit b073b09a2c

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "argocd";
version = "1.8.3";
commit = "ef5010c3a0b5e027fd642732d03c5b0391b1e574";
version = "1.8.4";
commit = "28aea3dfdede00443b52cc584814d80e8f896200";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-do5DAxaQ1gBdvNN/YGKAkmkFcJ+j/ojBaWPwrXXQko0=";
sha256 = "sha256:155396rnihha31jxy0zk1jykiirpv4dhc69w45y6nx3nx4k0gwhk";
};
vendorSha256 = "sha256-6DOay+aeXz7EQKe5SzQSmg/5KyUI0g6wzPgx/+F2RW4=";