Merge pull request #305423 from r-ryantm/auto-update/argo

argo: 3.5.5 -> 3.5.6
This commit is contained in:
Weijia Wang 2024-04-27 04:08:38 +02:00 committed by GitHub
commit 7184891dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,16 +34,16 @@ let
in
buildGoModule rec {
pname = "argo";
version = "3.5.5";
version = "3.5.6";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "refs/tags/v${version}";
hash = "sha256-SONi7GmFgBEA+5l8ftjFP3+hk55eZmhkLLuu5FfyVFo=";
hash = "sha256-CcPY9eEpvDTIxilxHI+VBVVRxZy/82fi6uayBrGR/Dc=";
};
vendorHash = "sha256-XjwtgJdBk9YIro1WlunYmKkuZSrSJTN/BLXn7i3+9xY=";
vendorHash = "sha256-ttpDGeANQyrTfRyNGFkmJFpE+nnjz8PZN+0HScBJ1yg=";
doCheck = false;