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