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

argo: 2.11.7 -> 2.11.8
This commit is contained in:
Mario Rodas
2020-11-23 07:18:04 -05:00
committed by GitHub

View File

@@ -19,13 +19,13 @@ let
in
buildGoModule rec {
pname = "argo";
version = "2.11.7";
version = "2.11.8";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "v${version}";
sha256 = "1i7qgghnb39bibnk07f47k64qpkb1k8mi3bbfnx6mxl0jlq335af";
sha256 = "19nkkj69506759qjfrz6d7j57z8rqjslgfrdrkx01ri68cil4mfh";
};
vendorSha256 = "1ca0ssvbi4vrsn9ljc783hnh9bmf5p8nr1lz5wm8g3gbrrrf1ray";