argo: 2.2.1 -> 2.4.1 (#70672)

This commit is contained in:
Greg Roodt
2019-10-12 17:12:59 -07:00
committed by Wael Nasreddine
parent 3389b4e5ca
commit 5078eba3aa
2 changed files with 376 additions and 159 deletions
@@ -2,17 +2,18 @@
buildGoPackage rec {
pname = "argo";
version = "2.2.1";
version = "2.4.1";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "v${version}";
sha256 = "0x3aizwbqkg2712021wcq4chmwjhw2df702wbr6zd2a2cdypwb67";
sha256 = "1f9l9d4r0qfhpr2fn17faczcwmwmdz8f56f27cmmnhxz4r7qcm48";
};
goDeps = ./deps.nix;
goPackagePath = "github.com/argoproj/argo";
subPackages = [ "cmd/argo" ];
meta = with lib; {
description = "Container native workflow engine for Kubernetes";