gitea: 1.25.1 -> 1.25.2 (#464087)

This commit is contained in:
Sandro
2025-11-24 00:25:28 +00:00
committed by GitHub
+3 -3
View File
@@ -45,18 +45,18 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.25.1";
version = "1.25.2";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-JTkpjUXCz+0Y8EY7JlDT4tLbCjDYElZ4uG1oLmij8Iw=";
hash = "sha256-8U7zRZoiuB2+LLeOg2QpCuxWRNkndlp/VyH1OvnZujc=";
};
proxyVendor = true;
vendorHash = "sha256-HHW7xgXJKnzj6HLKAUXKYIZgOKKbXVSK+YGSKCwBeLU=";
vendorHash = "sha256-y7HurJg+/V1cn8iKDXepk/ie/iNgiJXsQbDi1dhgark=";
outputs = [
"out"