gitea: 1.18.4 -> 1.18.5

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.18.5
This commit is contained in:
Maximilian Bosch 2023-02-21 22:37:56 +01:00
parent fc32d76d1a
commit f26cedf1ef
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -15,12 +15,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.18.4";
version = "1.18.5";
# 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-LSSOmqSeiv9qNCAsRWYtjRLfUDLMd8mOVAxTOacvNOA=";
hash = "sha256-OGPn4fknYfzmuAi6CL8m/Ih4uRNraVDmpBm20qT3lKk=";
};
vendorHash = null;