gitea: 1.23.5 -> 1.23.6

Diff: https://github.com/go-gitea/gitea/compare/refs/tags/v1.23.5...v1.23.6
This commit is contained in:
techknowlogick
2025-03-24 17:09:12 -04:00
parent 7c928d74ae
commit 822fcf89c5
+3 -3
View File
@@ -35,18 +35,18 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.23.5";
version = "1.23.6";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-SWLkrZTZXXy7x3kszagR0hjrmLhtYvGRf05YU5Mtbl4=";
hash = "sha256-psVny0qmx2wPiNK1qIXQiW0gdRsZs16MEfIgBXTWgFI=";
};
proxyVendor = true;
vendorHash = "sha256-Iiw302HDGf6ECw2cGqwZCwAqQ21eQVaEab/cuhD1dJ4=";
vendorHash = "sha256-h9RnHv4weGfHwpmuEhQbsYDd5fKc439m0gF/BgDVIdA=";
outputs = [
"out"