Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-16 01:00:58 +00:00
committed by GitHub
41 changed files with 3677 additions and 198 deletions
@@ -19,13 +19,13 @@ let
in
buildGoModule rec {
pname = "argo";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo";
rev = "v${version}";
sha256 = "sha256-+LuBz58hTzi/hGwqX/0VMNYn/+SRYgnNefn3B3i7eEs=";
sha256 = "sha256-6w0FwVmzICsjWH7lE2ZnIhictNFTpo8pQ2Wvsyn925A=";
};
vendorSha256 = "sha256-YjVAoMyGKMHLGEPeOOkCKCzeWFiUsXfJIKcw5GYoljg=";