gitea: 1.21.9 -> 1.21.10

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.10
This commit is contained in:
Sandro Jäckel 2024-03-27 17:04:52 +01:00
parent 61118a6811
commit 738bc53e52
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.21.9";
version = "1.21.10";
# 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-4o5pSkC9jl8rI68naorDrRE4Rm0/chj3+cRxZqoziIU=";
hash = "sha256-g/aDRIAKaPi8AWWJL4N8CZt2N4HBEWK7xSBvjrcPDD8=";
};
vendorHash = null;