Skip to content

Commit

Permalink
argo: 3.4.4 -> 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 11, 2023
1 parent 1a1ce8f commit e681f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/argo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ let
in
buildGoModule rec {
pname = "argo";
version = "3.4.4";
version = "3.4.5";

src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "refs/tags/v${version}";
hash = "sha256-ZG10ruusSywXWn88UqrHVfAWrio2KoK2YoM9qdtMlhU=";
hash = "sha256-qNSnO+wtAKyUJwjIMZaiBUfgaoDFVttp04kTxr4H6po=";
};

vendorHash = "sha256-Tqn5HGhRbN++yAo9JajUMTxFjVLw5QTvsis8wcfRIHw=";
vendorHash = "sha256-75l4YCYC38uX63Uv/MA7HciQ+wumWhTuimL+ctizBCs=";

doCheck = false;

Expand Down

0 comments on commit e681f79

Please sign in to comment.