gitea: 1.21.2 -> 1.21.3

This commit is contained in:
Lena 2023-12-21 16:34:12 +01:00
parent 08b802c343
commit 1833b96569
No known key found for this signature in database
GPG key ID: BF30558F199B4027

View file

@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.21.2";
version = "1.21.3";
# 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-+zG4tyJjSwocIDVwOj4RhwF7h/6WBCOG/6j4B1ADXas=";
hash = "sha256-tJC9p7++lb3lD0yYR4qAtFOTRBQK2SkNCD6Tk+g9M78=";
};
vendorHash = null;