gitea: 1.25.3 -> 1.25.4 (#482585)

This commit is contained in:
Sandro
2026-01-22 11:59:14 +00:00
committed by GitHub
+2 -2
View File
@@ -48,13 +48,13 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.25.3";
version = "1.25.4";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-jCh4CuVS/WHpd1+NLfB3Sc2sonVcfedDZAgYTqcXZaU=";
hash = "sha256-sVpCdDJWzHtRKiqTeRuvrHf/cmeLbLs4THAqkH8hqMY=";
};
proxyVendor = true;