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

antora: 3.1.7 -> 3.1.9
This commit is contained in:
Daniel Schaefer 2024-07-07 17:15:51 +08:00 committed by GitHub
commit 516b55050f
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.7";
version = "3.1.9";
src = fetchFromGitLab {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-uGXXp6boS5yYsInSmkI9S0Tn85QGVp/5Fsh1u3G4oPk=";
hash = "sha256-hkavYC2LO8NRIRwHNWIJLRDkVnhAB4Di3IqL8uGt+U8=";
};
npmDepsHash = "sha256-oWLRAuvWDk7w18qlDH14EE4elX5nhLKHSQANa/kXKvw=";
npmDepsHash = "sha256-ngreuitwUcIDVF6vW7fZA1OaVxr9fv7s0IjCErXlcxg=";
# This is to stop tests from being ran, as some of them fail due to trying to query remote repositories
postPatch = ''