forgejo-lts: 11.0.6 -> 11.0.7, forgejo: 13.0.1 -> 13.0.2 (#455845)

This commit is contained in:
Emily
2025-10-26 13:47:53 +00:00
committed by GitHub
3 changed files with 4 additions and 13 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;
+2 -2
View File
@@ -1,6 +1,6 @@
import ./generic.nix {
version = "13.0.1";
hash = "sha256-P8ZIBV0pVo3cn9Yroe67Bt+/7KEdz/gBGSypmUz5V2g=";
version = "13.0.2";
hash = "sha256-5am/WiRo+ma2ArhnKxQ6cpFl2q7R4g4UwtdnSY/+RIM=";
npmDepsHash = "sha256-7WjcMsKPtKUWJfDrJc65ZXq2tjK8+8DnqwINj+0XyiQ=";
vendorHash = "sha256-PHItbU27d9ouykUlhr9owylMpF+3wz2vc8c0UTR1RVU=";
lts = false;