mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
asciidoc: 9.0.4 -> 9.1
This commit is contained in:
parent
f19e197e43
commit
30915f8d47
@ -146,7 +146,7 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "asciidoc";
|
||||
version = "9.0.4";
|
||||
version = "9.1.0";
|
||||
|
||||
# Note: a substitution to improve reproducibility should be updated once 10.0.0 is
|
||||
# released. See the comment in `patchPhase` for more information.
|
||||
@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "asciidoc";
|
||||
repo = "asciidoc-py3";
|
||||
rev = version;
|
||||
sha256 = "1gspxw5i0axymxdjzj5rmhf10gyl2gqr666gz141nv042l9dm5vi";
|
||||
sha256 = "1clf1axkns23wfmh48xfspzsnw04pjh4mq1pshpzvj0cwxhz0yaq";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python3 unzip autoreconfHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user