gitea: 1.23.7 -> 1.23.8

Diff: https://github.com/go-gitea/gitea/compare/refs/tags/v1.23.7...refs/tags/v1.23.8
This commit is contained in:
Sandro Jäckel 2025-05-13 13:50:25 +02:00
parent 8f797af34d
commit 77241388c5
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -35,18 +35,18 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.23.7";
version = "1.23.8";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-pdmRujcLnQBIQXc26MPpoLbbV00KMaVHPY4xTsitaCA=";
hash = "sha256-79GSHJozNlzBkddeyKX36D/w73loEN28fNSbcMVhgxQ=";
};
proxyVendor = true;
vendorHash = "sha256-h9RnHv4weGfHwpmuEhQbsYDd5fKc439m0gF/BgDVIdA=";
vendorHash = "sha256-wdrFa+6E1qTW9PBXr7ROgBQn3nfgxZF7Z47yk61Iqvs=";
outputs = [
"out"