gitea: 1.16.0 -> 1.16.1

This commit is contained in:
Nick Cao 2022-02-07 16:47:43 +08:00
parent fbd030fb2d
commit fc4a8a2c35
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1

View File

@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.16.0";
version = "1.16.1";
# 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-gvhfdA5JBFY81f0UmVodJMWBYeFSDaDdoV723MSYeB4=";
sha256 = "sha256-CaJ6Br8Sy+8GuoI8UWxsn3oGEp6R3X5kvl9vDKZB1bc=";
};
unpackPhase = ''