gitea: 1.21.7 -> 1.21.8

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.8
This commit is contained in:
Sandro Jäckel
2024-03-13 11:16:44 +01:00
parent a35c3d4432
commit 6731001323
@@ -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;