Merge pull request #295574 from SuperSandro2000/gitea

gitea: 1.21.7 -> 1.21.8
This commit is contained in:
Maximilian Bosch 2024-03-13 16:53:48 +00:00 committed by GitHub
commit 7355353390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.21.7";
version = "1.21.8";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
hash = "sha256-d/3BPOSez7M2Xh2x9H2KsDIZ69PHinHIzQ6ekt/yWas=";
hash = "sha256-nJ357ckglXRcl205Cg4tg9ewmLn2MkKUDU3PpwBVlik=";
};
vendorHash = null;