forgejo-runner: 12.6.0 -> 12.6.1 (#483230)

This commit is contained in:
Adam C. Stephens
2026-01-24 01:42:39 +00:00
committed by GitHub
+2 -2
View File
@@ -49,14 +49,14 @@ let
in
buildGoModule rec {
pname = "forgejo-runner";
version = "12.6.0";
version = "12.6.1";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${version}";
hash = "sha256-Otvv8NSGfze/WKN78nipVWkycqHh94ReHkVjYR8L0/E=";
hash = "sha256-RMrFuxcPDJ3LJgsPzZhs/Zd2A9m3uqgUbHpwQ6+ojys=";
};
vendorHash = "sha256-fvSiEIE4XSJ8Ot4Tcmt8chD11fHVsECD2/8xrgIKhJs=";