mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
docbook_sgml_dtd: fix unreachable source
This commit is contained in:
parent
3730d8a308
commit
817b9f692d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
isoents = fetchurl {
|
isoents = fetchurl {
|
||||||
url = "http://www.oasis-open.org/cover/ISOEnts.zip";
|
url = "https://web.archive.org/web/20250220122223/http://xml.coverpages.org/ISOEnts.zip";
|
||||||
sha256 = "1clrkaqnvc1ja4lj8blr0rdlphngkcda3snm7b9jzvcn76d3br6w";
|
sha256 = "1clrkaqnvc1ja4lj8blr0rdlphngkcda3snm7b9jzvcn76d3br6w";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue