forked from mirrors/nixpkgs
docbook-ebnf: md5->sha256
This commit is contained in:
parent
ce44f8df5c
commit
df3bd28097
|
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||
builder = ./builder.sh;
|
||||
dtd = fetchurl {
|
||||
url = http://www.docbook.org/xml/ebnf/1.2b1/dbebnf.dtd;
|
||||
md5 = "e50f7d38caf4285965c7a247e026fa7c";
|
||||
sha256 = "0min5dsc53my13b94g2yd65q1nkjcf4x1dak00bsc4ckf86mrx95";
|
||||
};
|
||||
catalog = ./docbook-ebnf.cat;
|
||||
|
||||
|
|
Loading…
Reference in a new issue