forgejo-runner: 12.7.0 -> 12.7.1

Changelog: https://code.forgejo.org/forgejo/runner/releases/tag/v12.7.1
This commit is contained in:
Adam C. Stephens
2026-02-27 11:08:53 -05:00
parent b7d9cc400c
commit a7abbfe954
+3 -3
View File
@@ -49,17 +49,17 @@ let
in
buildGoModule (finalAttrs: {
pname = "forgejo-runner";
version = "12.7.0";
version = "12.7.1";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${finalAttrs.version}";
hash = "sha256-pQYlacbctW+Cbm3abDps2ZpqX/iPhgAgJnBsaXcny6w=";
hash = "sha256-agPlx+bBBqFZnoxxedVvKcAZ7QP09YqaY3TfOunDBOM=";
};
vendorHash = "sha256-nceLZzbSk56l3NLgusw6JKi1owniQVudNDgC7fsHxYQ=";
vendorHash = "sha256-wGCOcrQRxe+1P7deuPwox8yo2GXhI9GgXuMTY81TFKo=";
nativeBuildInputs = [ makeWrapper ];