gitea: 1.21.4 -> 1.21.5

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.5
This commit is contained in:
Sandro Jäckel 2024-02-01 13:46:13 +01:00
parent 571a07d774
commit 6282069130
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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