3
0
Fork 0
forked from mirrors/nixpkgs

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

argo: 3.3.5 -> 3.3.8
This commit is contained in:
Mario Rodas 2022-06-25 19:30:03 -05:00 committed by GitHub
commit e3a687a903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@ let
in
buildGoModule rec {
pname = "argo";
version = "3.3.5";
version = "3.3.8";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "v${version}";
sha256 = "sha256-EeGpJliE38MroeScdmeMp36rEDld59zDEM5i4QqxYik=";
sha256 = "sha256-9RwUKLVf8ArDAE6ivbWqxDCCW4OjqQFEEoWHBIv/cww=";
};
vendorSha256 = "sha256-cq452XEGMVbLvfJ/UiVyOvnUSJr196owB3SyBYnAmZ0=";