chore(gitea-local-fork): bump to v1.26.0-unstable-2026-05-15
ci/woodpecker/push/arm64 Pipeline failed
ci/woodpecker/push/amd64 Pipeline failed

Picks up oleks/gitea#2 (user-scope and org-scope project board REST
endpoints under /api/v1/users/{username}/projects/... and
/api/v1/orgs/{org}/projects/...) plus the missing MoveProjectIssue
test for repo scope.
This commit is contained in:
Oleks
2026-05-15 16:38:23 +03:00
parent 2af7732077
commit 0e20e87361
+3 -3
View File
@@ -35,12 +35,12 @@
let
pname = "gitea-local-fork";
version = "1.26.0-unstable-2026-05-12";
version = "1.26.0-unstable-2026-05-15";
src = fetchgit {
url = "https://git.oleks.space/oleks/gitea.git";
rev = "235248620e05fa4fb85ca480b0dcdc32e0f36cb5";
hash = "sha256-hh8TIjtWf2Ebw4MJSZXKXM8R3rk+h14VSk4w/SxITX8=";
rev = "580fe2df32d1a11ee94136ff6bba68f7b67c6593";
hash = "sha256-LH4JzOH0ZlUlSY+Xcwzyqr8Msc5bBdrlKlo42BjIEys=";
};
# Gitea's package.json requires pnpm >= 11; nixpkgs ships pnpm 10. The