gitea: 1.15.5 -> 1.15.6

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.15.6
This commit is contained in:
Maximilian Bosch 2021-10-28 11:35:58 +02:00
parent 19b87ec97d
commit cb788cef50
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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