forgejo-runner: 11.1.2 -> 11.2.0
changelog: https://code.forgejo.org/forgejo/runner/releases/tag/v11.2.0
This commit is contained in:
@@ -33,6 +33,7 @@ let
|
||||
"TestCloneIfRequired"
|
||||
"TestActionCache"
|
||||
"TestRunContext_GetGitHubContext"
|
||||
"TestSetJobResult_SkipsBannerInChildReusableWorkflow"
|
||||
|
||||
# These tests rely on outbound IP address
|
||||
"TestHandler"
|
||||
@@ -41,17 +42,17 @@ let
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "forgejo-runner";
|
||||
version = "11.1.2";
|
||||
version = "11.2.0";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "code.forgejo.org";
|
||||
owner = "forgejo";
|
||||
repo = "runner";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-/rkBrG8hRn52M1ybjbWtSDFYsJ4fHzw9qAoc5325g9A=";
|
||||
hash = "sha256-hjrn36Fm2kIKqn16DOPcrMF38dhsGOZVHCTrhkS99QQ=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-eVOmUozNLHRiNwIhbf7ebVNdRiMAtLMdYI7pnALvl8U=";
|
||||
vendorHash = "sha256-QokVTTfMGAJG4Jqfs7mfGXrC4QSZfOXesfF2OeN0L9M=";
|
||||
|
||||
# See upstream Makefile
|
||||
# https://code.forgejo.org/forgejo/runner/src/branch/main/Makefile
|
||||
|
||||
Reference in New Issue
Block a user