gitea: 1.14.3 -> 1.14.4

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.14.4
(cherry picked from commit 1e7417a55285407c8d57f79c78477c2d16ea4b95)
This commit is contained in:
Maximilian Bosch 2021-07-06 16:57:30 +02:00 committed by github-actions[bot]
parent 133a81c2ec
commit b65f5d48a6

View File

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