gitea: 1.23.4 -> 1.23.5

Diff: https://github.com/go-gitea/gitea/compare/refs/tags/v1.23.4...v1.23.5
This commit is contained in:
techknowlogick
2025-03-04 18:50:35 -05:00
parent 65340e16cb
commit d1edd1d7e7
+3 -3
View File
@@ -35,18 +35,18 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.23.4";
version = "1.23.5";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-gcz3R3AcOOujpI++oF8MBGGnCjDbl5mXuvGpVNHS92g=";
hash = "sha256-SWLkrZTZXXy7x3kszagR0hjrmLhtYvGRf05YU5Mtbl4=";
};
proxyVendor = true;
vendorHash = "sha256-nkg9uHAUqPJWWap0cTmDokcl2L2hT/b9I1+rNnA8bD0=";
vendorHash = "sha256-Iiw302HDGf6ECw2cGqwZCwAqQ21eQVaEab/cuhD1dJ4=";
outputs = [
"out"