From d5101ea3fe0635f134cfb6911833e3db581362b1 Mon Sep 17 00:00:00 2001 From: Oleks Date: Tue, 12 May 2026 16:21:54 +0300 Subject: [PATCH] gitea-projects-api: refresh to 1.26.0-unstable-2026-05-12 Pin to gitea fork rev 235248620e05 (tag v1.26.0-unstable-2026-05-12). Refreshed by nix-update via passthru.updateScript. --- packages/gitea-projects-api.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gitea-projects-api.nix b/packages/gitea-projects-api.nix index b188c48..6eb15af 100644 --- a/packages/gitea-projects-api.nix +++ b/packages/gitea-projects-api.nix @@ -24,12 +24,12 @@ let pname = "gitea-projects-api"; - version = "1.26.0-unstable-2026-05-11"; + version = "1.26.0-unstable-2026-05-12"; src = fetchgit { url = "https://git.oleks.space/oleks/gitea.git"; - rev = "20f31b8967a4556fbdd32bc72c386d5a4c89bcc5"; - hash = "sha256-Ws8I+q6Y8/X13C3uAAFLUUF+DHZRgFrsuo5XG2Cvyns="; + rev = "235248620e05fa4fb85ca480b0dcdc32e0f36cb5"; + hash = "sha256-hh8TIjtWf2Ebw4MJSZXKXM8R3rk+h14VSk4w/SxITX8="; }; # Gitea's package.json requires pnpm >= 11; nixpkgs ships pnpm 10. The