gitea: 1.13.6 -> 1.13.7

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.13.7
This commit is contained in:
Maximilian Bosch 2021-04-09 00:01:14 +02:00
parent a5f6343808
commit 6da2f72f69
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.13.6";
version = "1.13.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 = "1f0fsqcmmqygv0r796ddr2fjhh333i9nr0cqk9x2b2kbs1z264vf";
sha256 = "sha256-jJbX+kcXqd1v8aXNhmt24mq9mxOpTogCVm263rHVGHw=";
};
unpackPhase = ''