gitea: 1.16.8 -> 1.16.9

This commit is contained in:
kilianar 2022-07-12 23:36:20 +02:00
parent a2dc5485ae
commit f8d9ca3703

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 = ''