gitea: 1.21.5 -> 1.21.6

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.21.6
This commit is contained in:
Maximilian Bosch 2024-02-23 10:03:21 +01:00
parent 92cf4feb2b
commit 1db3a973b3
No known key found for this signature in database

View File

@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.21.5";
version = "1.21.6";
# 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-VnJF6CSssQYs8yIKmXvxYHh2CfLiJhuKtjRdqKIQGxw=";
hash = "sha256-tixWipiVHugacTzBurdgfiLnKyVDDcqCPlysj2DoWjg=";
};
vendorHash = null;