gitea: 1.21.10 -> 1.21.11

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.21.11
This commit is contained in:
Maximilian Bosch 2024-04-16 09:30:25 +02:00
parent f32598c9fb
commit 88995c141e
No known key found for this signature in database

View File

@ -20,12 +20,12 @@
buildGoModule rec { buildGoModule rec {
pname = "gitea"; pname = "gitea";
version = "1.21.10"; version = "1.21.11";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI # not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl { src = fetchurl {
url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz"; url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
hash = "sha256-g/aDRIAKaPi8AWWJL4N8CZt2N4HBEWK7xSBvjrcPDD8="; hash = "sha256-TxysXw3lVdV/hlILztM+D7wIpeqXfglAy7Ak2AxnlEM=";
}; };
vendorHash = null; vendorHash = null;