forgejo-runner: 12.6.1 -> 12.6.2

This commit is contained in:
R. Ryantm
2026-01-26 05:09:02 +00:00
parent b3ac5a8a8c
commit ec7cb80dee
+2 -2
View File
@@ -49,14 +49,14 @@ let
in
buildGoModule rec {
pname = "forgejo-runner";
version = "12.6.1";
version = "12.6.2";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${version}";
hash = "sha256-RMrFuxcPDJ3LJgsPzZhs/Zd2A9m3uqgUbHpwQ6+ojys=";
hash = "sha256-Y5dX1iemh4o5dZrDyhWeMEiocpplEe66p8UadtbJ4Jw=";
};
vendorHash = "sha256-fvSiEIE4XSJ8Ot4Tcmt8chD11fHVsECD2/8xrgIKhJs=";