gitea: 1.25.0 -> 1.25.1

Diff: https://github.com/go-gitea/gitea/compare/v1.25.0...v1.25.1
This commit is contained in:
Sandro Jäckel
2025-11-11 18:43:54 +01:00
parent 9a5bf49900
commit dd16a02856

View File

@@ -45,13 +45,13 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.25.0";
version = "1.25.1";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-uBBL62Q/aigsCo0S0hwNooKljTn+OfcqoJxan6Ac0rM=";
hash = "sha256-JTkpjUXCz+0Y8EY7JlDT4tLbCjDYElZ4uG1oLmij8Iw=";
};
proxyVendor = true;