forgejo-runner: 12.6.3 -> 12.6.4 (#488391)

This commit is contained in:
Adam C. Stephens
2026-02-08 19:15:14 +00:00
committed by GitHub
+2 -2
View File
@@ -49,14 +49,14 @@ let
in
buildGoModule (finalAttrs: {
pname = "forgejo-runner";
version = "12.6.3";
version = "12.6.4";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${finalAttrs.version}";
hash = "sha256-YBPUxKFHB6eqYyDAFBEbVVTLe5tfHwtLYfR+uCU73hc=";
hash = "sha256-v+b1YGUoIwzSGYUq/aUc5DceKUqWm0LA1Fd1/X/rf5w=";
};
vendorHash = "sha256-MrumzEpSuLVmtrySnlI7Nb7GqxmW8Yk9agsaH4HA6QU=";