Commit graph

3 commits

Author SHA1 Message Date
Maximilian Bosch cbceee8e97
gitea: 1.10.3 -> 1.11.3
Updates `gitea` to the latest version available[1]. Also ensured that
upgrading from `gitea-1.9` (used on NixOS 19.09) to `1.11.3` works
seamlessly.

The derivation required a few more changes this time since `gitea` uses
`npm` now to build the frontend[2]. When using the default tarball from
GitHub, we'd have to build the frontend manually. By fetching a custom
tarball published on every release, we get a prebuilt frontend
(as it was the case on previous versions) and build the backend only from
source.

Co-authored-by: kolaente <k@knt.li>
Closes #80175

[1] https://github.com/go-gitea/gitea/releases/tag/v1.11.3
[2] https://github.com/go-gitea/gitea/issues/10253
2020-03-20 22:58:19 +01:00
Alex Feldman-Crough 98e3a4c879
gitea: 1.2.3 -> 1.3.2 2017-12-16 09:43:13 -08:00
Samuel Leathers 717436b4aa gitea: init at 1.2.1 2017-10-18 00:16:33 -04:00