gitea: 1.23.2 -> 1.23.3

Diff: https://github.com/go-gitea/gitea/compare/refs/tags/v1.23.2...v1.23.3
This commit is contained in:
Sandro Jäckel 2025-02-17 20:54:13 +01:00
parent 297ce18dfb
commit 7236b15ac7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -35,13 +35,13 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.23.2";
version = "1.23.3";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-g7nrqSeMoAcfN8uexEKySZwY8SCosIpACtURRbUgb5c=";
hash = "sha256-XVaNqnvTbB3d6ksyEzHOqrKhtzU4YLSpBs8RrqG1/hw=";
};
proxyVendor = true;