Unverified Commit eb51b9a5 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

forgejo-lts: 11.0.6 -> 11.0.7

parent 816edb55
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
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;