gitea: 1.23.3 -> 1.23.4

This commit is contained in:
transcaffeine
2025-02-19 15:22:25 +01:00
parent 5e0042fc5f
commit 121d14ed5c
+2 -2
View File
@@ -35,13 +35,13 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.23.3";
version = "1.23.4";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-XVaNqnvTbB3d6ksyEzHOqrKhtzU4YLSpBs8RrqG1/hw=";
hash = "sha256-gcz3R3AcOOujpI++oF8MBGGnCjDbl5mXuvGpVNHS92g=";
};
proxyVendor = true;