Unverified Commit 2e8ab34d authored by Emily's avatar Emily Committed by GitHub
Browse files

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

parents 2cfc5bd6 eb51b9a5
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;
+2 −2
Original line number Diff line number Diff line
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;