antora: 3.1.3 -> 3.1.5

This commit is contained in:
R. Ryantm 2023-12-25 15:16:18 +00:00
parent b45547a0a2
commit da9fac8430

View File

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "antora";
version = "3.1.3";
version = "3.1.5";
src = fetchFromGitLab {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-pOEIARvDXc40sljeyUk51DY6LuhVk7pHfrd9YF5Dsu4=";
hash = "sha256-PCtYV5jPGFja26Dv4kXiaw8ITWR4xzVP/9hc45UWHeg=";
};
npmDepsHash = "sha256-G1/AMwCD2OWuAkqz6zGp1lmaiCAyKIdtwqC902hkZGo=";
npmDepsHash = "sha256-//426AFUoJy7phqbbLdwkJvhOzcYsIumSaeAKefFsf4=";
# This is to stop tests from being ran, as some of them fail due to trying to query remote repositories
postPatch = ''