antora: 3.1.5 -> 3.1.7

This commit is contained in:
R. Ryantm 2024-01-19 06:40:31 +00:00
parent 31347dd86d
commit a4370eba87

View File

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