aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/tools/typesetting/asciidoctorj/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/tools/typesetting/asciidoctorj/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/tools/typesetting/asciidoctorj/default.nix16
1 files changed, 7 insertions, 9 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/tools/typesetting/asciidoctorj/default.nix b/infra/libkookie/nixpkgs/pkgs/tools/typesetting/asciidoctorj/default.nix
index c518ddeaf39d..391c78814e77 100644
--- a/infra/libkookie/nixpkgs/pkgs/tools/typesetting/asciidoctorj/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/tools/typesetting/asciidoctorj/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "asciidoctorj";
- version = "2.4.0";
+ version = "2.4.2";
src = fetchzip {
url = "http://dl.bintray.com/asciidoctor/maven/org/asciidoctor/${pname}/${version}/${pname}-${version}-bin.zip";
- sha256 = "1bp26x5mhbl25s9djlq6yani1vaqrgbi5mjljhwhj97iapwsd0yb";
+ sha256 = "1b4ivyzpg9p3idk48nfvgpz18qlxyycswkaab31j3dp1mniwvjla";
};
nativeBuildInputs = [ makeWrapper ];
@@ -19,13 +19,11 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
- description = ''
- AsciidoctorJ is the official library for running Asciidoctor on the JVM.
- '';
+ description = "Official library for running Asciidoctor on the JVM";
longDescription = ''
- AsciidoctorJ is the official library for running Asciidoctor on the JVM.
- Using AsciidoctorJ, you can convert AsciiDoc content or analyze the
- structure of a parsed AsciiDoc document from Java and other JVM
+ AsciidoctorJ is the official library for running Asciidoctor on the JVM.
+ Using AsciidoctorJ, you can convert AsciiDoc content or analyze the
+ structure of a parsed AsciiDoc document from Java and other JVM
languages.
'';
homepage = "https://asciidoctor.org/docs/asciidoctorj/";
@@ -33,4 +31,4 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = with maintainers; [ moaxcp ];
};
-}
+}