gitea: 1.26.3 -> 1.26.4

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.26.4
Diff: https://github.com/go-gitea/gitea/compare/v1.26.3...v1.26.4
(cherry picked from commit f79a4fc2b3)
This commit is contained in:
Sandro Jäckel 2026-06-21 18:48:38 +02:00
commit 4214ef23cd
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -51,13 +51,13 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.26.3";
version = "1.26.4";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-61iW27pYwbEXV3W72IsPNVFD05/XpMLyPbseZzW6OG0=";
hash = "sha256-xfLhiQMygYKgSMrvmH2V/LIMeaA4ovOeUDT4RUwhvgo=";
};
proxyVendor = true;