Merge pull request #181283 from kilianar/gitea-1.16.9

gitea: 1.16.8 -> 1.16.9
This commit is contained in:
Sandro 2022-07-15 16:06:01 +02:00 committed by GitHub
commit 5d96a00cb7
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.16.8";
version = "1.16.9";
# 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-W/AbRfnEQfnTjXJ8wTKEFOTld4rFsBvJiXnYK8Ugoj0=";
sha256 = "sha256-LxPYUSyRSfDlGwCC2IFPEISP4wsRJsUbwi9F7sxbMOE=";
};
unpackPhase = ''