forgejo-lts: 11.0.6 -> 11.0.7
Changelog: https://codeberg.org/forgejo/forgejo/releases/tag/v11.0.7
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
bash,
|
||||
brotli,
|
||||
buildGoModule,
|
||||
fetchpatch,
|
||||
forgejo,
|
||||
git,
|
||||
gzip,
|
||||
@@ -84,14 +83,6 @@ buildGoModule rec {
|
||||
|
||||
patches = [
|
||||
./static-root-path.patch
|
||||
]
|
||||
++ lib.optionals lts [
|
||||
(fetchpatch {
|
||||
# fix for go 1.25.2 stricter ipv6 parsing, remove for LTS > 11.0.6
|
||||
name = "fix-test-ipv6-go125.patch";
|
||||
url = "https://codeberg.org/forgejo/forgejo/commit/0d9a8e3fa2cf9228290ed1a9a5767e6ba204edd7.patch";
|
||||
hash = "sha256-AM4/kgCXSU5Bj8aOObm6qyeL1SEpeFhmlT42lMJ2o08=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import ./generic.nix {
|
||||
version = "11.0.6";
|
||||
hash = "sha256-7rX0B1db0HbZa/em3hX+yzAi4rqsDysJPx3dIInGxpY=";
|
||||
version = "11.0.7";
|
||||
hash = "sha256-svNysySAE50rgTXTyPiZDv0lQfYGgdgoc5+9GXxv3Bw=";
|
||||
npmDepsHash = "sha256-1lY08jBTx3DRhoaup02076EL9n85y57WCsS/cNcM4aw=";
|
||||
vendorHash = "sha256-Jh8u+iCBhYdKcLj4IzcKtJBnzvclvUeYbR/hjMN+cPs=";
|
||||
lts = true;
|
||||
|
||||
Reference in New Issue
Block a user