forgejo-runner: 9.0.3 -> 9.1.0 (#434970)

This commit is contained in:
Adam C. Stephens 2025-08-19 10:32:18 -04:00 committed by GitHub
commit 667083f561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,17 +41,17 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "forgejo-runner"; pname = "forgejo-runner";
version = "9.0.3"; version = "9.1.0";
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-Zanx6Hg05+mvxdga8zQoCv13/kdAMnyCBMfuihvQv3M="; hash = "sha256-w8tFpJeEx0rgzz0z3916FKEjvpewsCAXDWdSTSXo/bg=";
}; };
vendorHash = "sha256-PvqG4ogIiFeDN7gwM+cECXFjo9FBkdzglf+nuLqAZhE="; vendorHash = "sha256-vjsrnPg5D9+Ugf3Oeajkif6YmUX3D88QULYVgXiLJ/o=";
# 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