gitea: 1.24.3 -> 1.24.5

Diff: https://github.com/go-gitea/gitea/compare/v1.24.3...v1.24.5
This commit is contained in:
Sandro Jäckel 2025-08-14 15:32:45 +02:00
parent 2f4f68b737
commit cecfad0ccf
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.24.3";
version = "1.24.5";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-z9GaUkBh/hfDKkygi/1U0tK725mj39eBR906QKn3MWU=";
hash = "sha256-GLFQVFLltT9u2ep2Z2YZn022NcKdEbWSOYVYE79yaJ8=";
};
proxyVendor = true;