gitea: 1.24.6 -> 1.24.7

Diff: https://github.com/go-gitea/gitea/compare/v1.24.6...v1.24.7
This commit is contained in:
Sandro Jäckel
2025-10-27 15:53:57 +01:00
parent 7133857215
commit e328907e95
+2 -2
View File
@@ -35,13 +35,13 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.24.6";
version = "1.24.7";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-djIL/sLmScBLLks76zKxxKgEFZ1nK2d1Fleupg7voSA=";
hash = "sha256-0UOzEVy7SqYVnH3dJCzS9/jvRg7F/uqjZgQvUhh7RoE=";
};
proxyVendor = true;