forked from mirrors/nixpkgs
asciidoc: update 8.6.8 -> 8.6.9
Changes: http://www.methods.co.nz/asciidoc/CHANGELOG.html
This commit is contained in:
parent
9c0e95663a
commit
99c09eacb4
|
@ -128,11 +128,11 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "asciidoc-8.6.8";
|
||||
name = "asciidoc-8.6.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/asciidoc/${name}.tar.gz";
|
||||
sha256 = "ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4";
|
||||
sha256 = "1w71nk527lq504njmaf0vzr93pgahkgzzxzglrq6bay8cw2rvnvq";
|
||||
};
|
||||
|
||||
buildInputs = [ python unzip ];
|
||||
|
|
Loading…
Reference in a new issue