lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

menhir: 20151110 -> 20151112

+2 -2
+2 -2
pkgs/development/ocaml-modules/menhir/default.nix
··· 1 1 { stdenv, fetchurl, ocaml, findlib 2 - , version ? if stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.02" then "20151110" else "20140422" 2 + , version ? if stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.02" then "20151112" else "20140422" 3 3 }@args: 4 4 5 5 let 6 6 sha256 = 7 7 if version == "20140422" then "1ki1f2id6a14h9xpv2k8yb6px7dyw8cvwh39csyzj4qpzx7wia0d" 8 - else if version == "20151110" then "12ijr1gd808f79d7k7ji9zg23xr4szayfgvm6njqamh0jnspq70r" 8 + else if version == "20151112" then "0fhfs96gxnj920h5ydsg7c1qypsbrlzqfn2cqzrg9rfj1qq6wq86" 9 9 else throw ("menhir: unknown version " ++ version); 10 10 in 11 11