From c4aa88d677667cedfa7234b0be81d049ad69febb Mon Sep 17 00:00:00 2001 From: Oleks Date: Fri, 15 May 2026 23:52:09 +0300 Subject: [PATCH] debug(gitea-local-fork): pin to SSE detach-ctx fix (bfc10289e6) Temporary debug pin: rev bfc10289e6 carries the publish-path instrumentation + the fix routing the async publish goroutine through graceful.ShutdownContext() instead of the request ctx. Will repin to a clean tagged release once verified. --- packages/gitea-local-fork.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gitea-local-fork.nix b/packages/gitea-local-fork.nix index 7511c28..efc5309 100644 --- a/packages/gitea-local-fork.nix +++ b/packages/gitea-local-fork.nix @@ -35,12 +35,12 @@ let pname = "gitea-local-fork"; - version = "1.26.0-unstable-2026-05-15.1"; + version = "1.26.0-unstable-2026-05-15.1-debug"; src = fetchgit { url = "https://git.oleks.space/oleks/gitea.git"; - rev = "9c1699feb550a657f7ef235f5c62a446d2a8138e"; - hash = "sha256-Bp8rVr7yhczpqv4cbXBhLrzT/lIt5N6qPw6Y9nP/Xsc="; + rev = "bfc10289e60af9a1b7ab976143df559b16805cb7"; + hash = "sha256-KzdwnXJq5APTaPBGBpI0uTNxfl7UcXmLJiCeNrXAc+k="; }; # Gitea's package.json requires pnpm >= 11; nixpkgs ships pnpm 10. The