gitea: 1.15.6 -> 1.15.7

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.15.7
This commit is contained in:
Maximilian Bosch 2021-12-04 13:56:12 +01:00
parent c52ea537b3
commit da4ca766df
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.15.6";
version = "1.15.7";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-FMM/iQAxJcymv4jYBzaBXG0Uy8UxHh9gFWB5gzV9cn0=";
sha256 = "sha256-Ckg8XKCPnyp4a0kXJrqju2jAJvD4tzjomaeJxlFwYzg=";
};
unpackPhase = ''