Skip to content

Commit

Permalink
argo: 2.9.3 -> 2.9.4 (#94069)
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt committed Jul 28, 2020
1 parent 0d7e97f commit d6e9093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/argo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ let
in
buildGoModule rec {
pname = "argo";
version = "2.9.3";
version = "2.9.4";

src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "v${version}";
sha256 = "1nflzcp8h4kc4986ah2ixws1rpndz1z225jqwfbiyr3yky3him4n";
sha256 = "156102xqwmsq3g9jammfib0ri22a0nzk96zrv5774gidjvy2xb55";
};

vendorSha256 = "1vqmzz76lcwwnw89n4lyg4jjf7wbdgn9sdzwsgrjwkj8ax7d48cv";
Expand Down

0 comments on commit d6e9093

Please sign in to comment.