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

argo: 3.4.4 -> 3.4.5
This commit is contained in:
superherointj
2023-02-12 09:33:17 -03:00
committed by GitHub
@@ -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;