asciidoctorj: 2.4.0 -> 2.4.1
This commit is contained in:
parent
aa09c8014b
commit
6ac14e87a2
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "asciidoctorj";
|
pname = "asciidoctorj";
|
||||||
version = "2.4.0";
|
version = "2.4.1";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "http://dl.bintray.com/asciidoctor/maven/org/asciidoctor/${pname}/${version}/${pname}-${version}-bin.zip";
|
url = "http://dl.bintray.com/asciidoctor/maven/org/asciidoctor/${pname}/${version}/${pname}-${version}-bin.zip";
|
||||||
sha256 = "1bp26x5mhbl25s9djlq6yani1vaqrgbi5mjljhwhj97iapwsd0yb";
|
sha256 = "1m00cdg1520ampg3i2j64si8gmwph7j4189agjlimx3fjjsp3xrh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
@ -23,9 +23,9 @@ stdenv.mkDerivation rec {
|
|||||||
AsciidoctorJ is the official library for running Asciidoctor on the JVM.
|
AsciidoctorJ is the official library for running Asciidoctor on the JVM.
|
||||||
'';
|
'';
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
AsciidoctorJ is the official library for running Asciidoctor on the JVM.
|
AsciidoctorJ is the official library for running Asciidoctor on the JVM.
|
||||||
Using AsciidoctorJ, you can convert AsciiDoc content or analyze the
|
Using AsciidoctorJ, you can convert AsciiDoc content or analyze the
|
||||||
structure of a parsed AsciiDoc document from Java and other JVM
|
structure of a parsed AsciiDoc document from Java and other JVM
|
||||||
languages.
|
languages.
|
||||||
'';
|
'';
|
||||||
homepage = "https://asciidoctor.org/docs/asciidoctorj/";
|
homepage = "https://asciidoctor.org/docs/asciidoctorj/";
|
||||||
@ -33,4 +33,4 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ moaxcp ];
|
maintainers = with maintainers; [ moaxcp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user