gitea: 1.14.3 -> 1.14.4

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.14.4
This commit is contained in:
Maximilian Bosch 2021-07-06 16:57:30 +02:00 committed by Raphael Megzari
parent ae5e4425a0
commit 6dfc26e6f6

View File

@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.14.3";
version = "1.14.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-ieQxqZO84sYBcCzWYn40tRGLgSs2PpLlcNkI4vFq+wE=";
sha256 = "sha256-sl/Vml8QmwZEAd2PIYWQcP7s6NYeomGJQGKhRiddtoo=";
};
unpackPhase = ''