gitea: 1.15.3 -> 1.15.4

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.15.4
This commit is contained in:
Maximilian Bosch 2021-10-08 22:39:38 +02:00
parent a724504b31
commit 5a2ecde0da
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.15.3";
version = "1.15.4";
# 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-r8FP9jEIChg4XDb0AF9riQBpNCVmffrVI0yzI83qwA0=";
sha256 = "sha256-UsaTA6bI5pr3vbvO3jFn8A8qVRi385fbiJQD09Ut/X0=";
};
unpackPhase = ''