gitea: 1.23.2 -> 1.23.3 (#382910)

This commit is contained in:
Sandro 2025-02-17 23:40:50 +01:00 committed by GitHub
commit 0f6e0e9e98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;