From 63c8b721c982528eadecefaecec1f54e07f0e89a Mon Sep 17 00:00:00 2001 From: Casey Link Date: Thu, 19 Feb 2026 11:12:33 +0100 Subject: [PATCH] antora: 3.1.9 -> 3.1.14 https://gitlab.com/antora/antora/-/releases/v3.1.14 --- pkgs/by-name/an/antora/package.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/an/antora/package.nix b/pkgs/by-name/an/antora/package.nix index ce4bc1fd9044..41efaaabff61 100644 --- a/pkgs/by-name/an/antora/package.nix +++ b/pkgs/by-name/an/antora/package.nix @@ -8,21 +8,24 @@ buildNpmPackage rec { pname = "antora"; - version = "3.1.9"; + version = "3.1.14"; src = fetchFromGitLab { owner = "antora"; repo = "antora"; tag = "v${version}"; - hash = "sha256-hkavYC2LO8NRIRwHNWIJLRDkVnhAB4Di3IqL8uGt+U8="; + hash = "sha256-9x80aBm2ZBj389kX2wioe7BtaNjR7p9aEZg7o49v0vY="; }; - npmDepsHash = "sha256-ngreuitwUcIDVF6vW7fZA1OaVxr9fv7s0IjCErXlcxg="; + npmDepsHash = "sha256-s/f6/PxvSIlhFsCbsD25MPrk67vKXrnDqbfbW72Tr4I="; # This is to stop tests from being ran, as some of them fail due to trying to query remote repositories + # Also disable the postbuild lint step which tries to download @biomejs/biome at build time postPatch = '' - substituteInPlace package.json --replace \ + substituteInPlace package.json --replace-warn \ '"_mocha"' '""' + substituteInPlace package.json --replace-warn \ + '"npm run lint"' '""' ''; postInstall = ''