forgejo-lts: 11.0.6 -> 11.0.7

Changelog: https://codeberg.org/forgejo/forgejo/releases/tag/v11.0.7
This commit is contained in:
Adam C. Stephens
2025-10-26 09:07:55 -04:00
parent 816edb5552
commit eb51b9a531
2 changed files with 2 additions and 11 deletions
-9
View File
@@ -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 = ''
+2 -2
View File
@@ -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;