gitea: 1.15.2 -> 1.15.3

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.15.3
This commit is contained in:
Maximilian Bosch 2021-09-21 21:41:22 +02:00
parent 89393893ec
commit a8b29bdb27
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.2";
version = "1.15.3";
# 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-zvWJ1Q8nJw4hjPeBnuVprjn2NSlFwv4BwtHwgwHHvSI=";
sha256 = "sha256-r8FP9jEIChg4XDb0AF9riQBpNCVmffrVI0yzI83qwA0=";
};
unpackPhase = ''