gitea: 1.26.0 -> 1.26.1 (#514088)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-27 22:57:12 +00:00
committed by GitHub
+2 -2
View File
@@ -48,13 +48,13 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.26.0";
version = "1.26.1";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-BzO4VHyOShU8QB8re/2MzP+4vNGebY874aB9NQD8KVA=";
hash = "sha256-UlPS+gcSEzKY+g5y+k3NsL3b8FRVHnlqkiuJTz5ijFM=";
};
proxyVendor = true;