gitea: 1.17.4 -> 1.18.0

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.18.0
This commit is contained in:
Maximilian Bosch
2023-01-02 11:19:04 +01:00
parent 24486b71fa
commit 100d943cc1
@@ -14,12 +14,12 @@
buildGoPackage rec {
pname = "gitea";
version = "1.17.4";
version = "1.18.0";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-koZEr89QhxCf2Dd/7SWiS/ZZoRIBfyu0mbxKknjXPK4=";
sha256 = "sha256-X0KvIB2JvSoh2MR9FcwKObQzod2GxhKeGqIKU5CKTEM=";
};
patches = [