Merge pull request #281980 from r-ryantm/auto-update/antora

antora: 3.1.5 -> 3.1.7
This commit is contained in:
Weijia Wang 2024-01-28 07:09:35 +01:00 committed by GitHub
commit a3d15643b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''