Skip to content

Commit

Permalink
argo: 2.2.1 -> 2.4.1 (NixOS#70672)
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt authored and kalbasit committed Oct 13, 2019
1 parent 3389b4e commit 5078eba
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 153 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/cluster/argo/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 5078eba

Please sign in to comment.