From d6d6e16d4094e58b6c0247fb5b60bba494e9fb7b Mon Sep 17 00:00:00 2001 From: Oleks Date: Sat, 20 Jun 2026 10:56:04 +0300 Subject: [PATCH] gitea-local-fork: refresh to 1.26.0-unstable-2026-06-20 Pin to gitea fork rev 764ca62aa88a (tag v1.26.0-unstable-2026-06-20). Refreshed by nix-update via passthru.updateScript. --- 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 467c9a8..5e924cd 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-17.1"; + version = "1.26.0-unstable-2026-06-20"; src = fetchgit { url = "https://git.oleks.space/oleks/gitea.git"; - rev = "c45ea82fd1408bdb7170308080e0eb0ffdea85b2"; - hash = "sha256-AZKXcweNi6JfEgpfuj+agBNLWrQ50fTpxUalNv3XC9A="; + rev = "764ca62aa88a4df47622206fada1e60ee135227a"; + hash = "sha256-e4/ERGVZM/Aj2cgKQYtwcW2aE8zHGfZOh2xIUXGep1s="; }; # Gitea's package.json requires pnpm >= 11; nixpkgs ships pnpm 10. The