codeberg-pages: 6.2.1 -> 6.3
Diff: https://codeberg.org/Codeberg/pages-server/compare/v6.2.1...v6.3 Changelog: https://codeberg.org/Codeberg/pages-server/releases/tag/v6.3
This commit is contained in:
parent
2dfd8b1cea
commit
0563057c78
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user