lol

hevea: 2.28 -> 2.29

2.28 is no longer available at that url

Matthew 9e72be00 8d3036ff

+2 -2
+2 -2
pkgs/tools/typesetting/hevea/default.nix
··· 1 1 { stdenv, fetchurl, ocaml }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "hevea-2.28"; 4 + name = "hevea-2.29"; 5 5 6 6 src = fetchurl { 7 7 url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz"; 8 - sha256 = "14fns13wlnpiv9i05841kvi3cq4b9v2sw5x3ff6ziws28q701qnd"; 8 + sha256 = "1i7qkar6gjpsxqgdm90xxgp15z7gfyja0rn62n23a9aahc0hpgq6"; 9 9 }; 10 10 11 11 buildInputs = [ ocaml ];