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

antora: 3.1.3 -> 3.1.5
This commit is contained in:
Weijia Wang 2024-01-03 19:28:52 +01:00 committed by GitHub
commit e92533ad76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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