Merge pull request #207177 from techknowlogick/gitea-1174

gitea: 1.17.3 -> 1.17.4
This commit is contained in:
Maximilian Bosch 2022-12-22 22:24:41 +01:00 committed by GitHub
commit 5922344235
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.3";
version = "1.17.4";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-NUkEgKt5OETo751UHcocPH7lEIgyBf6Rl/Nz0nbNH3g=";
sha256 = "sha256-koZEr89QhxCf2Dd/7SWiS/ZZoRIBfyu0mbxKknjXPK4=";
};
patches = [