forgejo-runner: 11.3.0 -> 11.3.1
https://code.forgejo.org/forgejo/runner/releases/tag/v11.3.1 diff: https://code.forgejo.org/forgejo/runner/compare/v11.3.0...v11.3.1
This commit is contained in:
@@ -42,17 +42,17 @@ let
|
|||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "forgejo-runner";
|
pname = "forgejo-runner";
|
||||||
version = "11.3.0";
|
version = "11.3.1";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "code.forgejo.org";
|
domain = "code.forgejo.org";
|
||||||
owner = "forgejo";
|
owner = "forgejo";
|
||||||
repo = "runner";
|
repo = "runner";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-tbP6S4suHT8eEIg+Gd2d7Su2cgwWNALcHnue9UpDnKU=";
|
hash = "sha256-jvHnTCkRvYaejeCiPpr18ldEmxcAkrEIaOLVVBY11eg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-QokVTTfMGAJG4Jqfs7mfGXrC4QSZfOXesfF2OeN0L9M=";
|
vendorHash = "sha256-7Ybh5qzkqT3CvGtRXiPkc5ShTYGlyvckTxg4EFagM/c=";
|
||||||
|
|
||||||
# See upstream Makefile
|
# See upstream Makefile
|
||||||
# https://code.forgejo.org/forgejo/runner/src/branch/main/Makefile
|
# https://code.forgejo.org/forgejo/runner/src/branch/main/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user