Skip to content

Commit

Permalink
argo: 2.4.1 -> 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt authored and ehmry committed Dec 12, 2019
1 parent 135ebdb commit b242eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/argo/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "argo";
version = "2.4.1";
version = "2.4.3";

src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "v${version}";
sha256 = "1f9l9d4r0qfhpr2fn17faczcwmwmdz8f56f27cmmnhxz4r7qcm48";
sha256 = "15726n5rrbzszq5dpmrxbw9cn7ahihn28jqk274270140gz5aak1";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit b242eb0

Please sign in to comment.