Merge pull request #190074 from kilianar/gitea-1.17.2

This commit is contained in:
Martin Weinelt 2022-09-07 04:30:45 +02:00 committed by GitHub
commit 516ca13888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@
buildGoPackage rec {
pname = "gitea";
version = "1.17.1";
version = "1.17.2";
# 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-ttfhsIiCl5VcqfK7ap/CA7bqXxrc4cTVIX+M2S4YanY=";
sha256 = "sha256-pDg+HC3dbWf0RxoLvBtIOaFauP1pUYBOG+Q9cinh3lg=";
};
patches = [