Merge pull request #217319 from SuperSandro2000/gitea

gitea: 1.18.3 -> 1.18.4
This commit is contained in:
Maximilian Bosch 2023-02-20 22:03:34 +01:00 committed by GitHub
commit ae71193b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.18.3";
version = "1.18.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";
hash = "sha256-jqjpbDgcmwZoc/ovgburFeeta9mAJOmz7yrvmUKAwRU=";
hash = "sha256-LSSOmqSeiv9qNCAsRWYtjRLfUDLMd8mOVAxTOacvNOA=";
};
vendorHash = null;