diff --git a/packages/gitea-local-fork.nix b/packages/gitea-local-fork.nix index 5a32a47..9ad61ef 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-16.1"; + version = "1.26.0-unstable-2026-05-17"; src = fetchgit { url = "https://git.oleks.space/oleks/gitea.git"; - rev = "d4de99f96b952736d8406f37ac2c6d8798a3483d"; - hash = "sha256-qFOc+BGcXh/wrGvP36NC3BD2p14NKjtPep6XP6kFAGc="; + rev = "ad46f6cde865132519d698e49f179780589779cd"; + hash = "sha256-WOScqtKjzk3L4gjzoLtk//6aeiFctX3D5IJARQMgy5I="; }; # Gitea's package.json requires pnpm >= 11; nixpkgs ships pnpm 10. The