Unverified Commit f7654d2b authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #215855 from r-ryantm/auto-update/argo

argo: 3.4.4 -> 3.4.5
parents 674e3f03 e681f795
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;