forgejo-runner: 12.3.1 -> 12.4.0

This commit is contained in:
R. Ryantm
2026-01-01 01:58:16 +00:00
parent f8ca916101
commit 7ff7143791

View File

@@ -48,17 +48,17 @@ let
in
buildGoModule rec {
pname = "forgejo-runner";
version = "12.3.1";
version = "12.4.0";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${version}";
hash = "sha256-Rw6/G4gbWKikYjeKYw2cHxLMw8ULqnbhqHQFDzHCMrY=";
hash = "sha256-e7IDkeeEz8uAZ8WbRnBjSGq3SXVt5NY5li/3s/kf6dY=";
};
vendorHash = "sha256-ReGxoPvW4G6DbFfR2OeeT3tupZkpLpX80zK824oeyVg=";
vendorHash = "sha256-oCSAehLC5NiL0Ttp+FeHQyTQYNh/59I1i0UfbwWPeRE=";
nativeBuildInputs = [ makeWrapper ];