3
0
Fork 0
forked from mirrors/nixpkgs

gitea: 1.17.1 -> 1.17.2

https://github.com/go-gitea/gitea/releases/tag/v1.17.2
This commit is contained in:
kilianar 2022-09-07 01:17:26 +02:00
parent b932e95406
commit 32d6c5be2d

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