teutat3s 2025-07-09 15:52:34 +02:00
parent 2dfd8b1cea
commit 0563057c78
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -7,17 +7,17 @@
buildGoModule rec { buildGoModule rec {
pname = "codeberg-pages"; pname = "codeberg-pages";
version = "6.2.1"; version = "6.3";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "Codeberg"; owner = "Codeberg";
repo = "pages-server"; repo = "pages-server";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-kWEwKdm/GAUtsc4ZyCn7VJm9vVWDBOHJRer2FP1L/g0="; hash = "sha256-5+4yKcXyKSg7Q2h7W3G6AYkIOmYA4D4DDjdLK57lwdw=";
}; };
vendorHash = "sha256-qGjcMZhwflYdwOrGS9EApkwVLLSolQBBIeU8AU/fT/I="; vendorHash = "sha256-EefUX5MEQrJGtUbX/bINcMSJQjnnLzKQt04hENY8G2E=";
postPatch = '' postPatch = ''
# disable httptest # disable httptest