argo: 3.5.8 -> 3.5.10

This commit is contained in:
R. Ryantm 2024-08-10 12:14:44 +00:00
parent 0de8c9af78
commit ecfcac6f27

View File

@ -34,16 +34,16 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "argo"; pname = "argo";
version = "3.5.8"; version = "3.5.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "argoproj"; owner = "argoproj";
repo = "argo"; repo = "argo";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-BYUP/Gu+N8KK9mfjRAXupXqrwfZMZlYPxxuZCmUDFfE="; hash = "sha256-35Hp5lISQuFNsbSOKsLRcD695ZRCgQue+H8rKEPma5M=";
}; };
vendorHash = "sha256-pVOTeH6fq4Gqarjvi7w2wYJ3FSqV6yNZERmOmbVGxLM="; vendorHash = "sha256-dGDXDpjf1kWcqBhCMKLXGXax6ApOL9eIiiem86CxdGs=";
doCheck = false; doCheck = false;