bump janePackage's version lower bound
This commit is contained in:
parent
84adbd0d98
commit
bef07b86ed
@ -2,7 +2,7 @@
|
||||
|
||||
{ name, version ? "0.10.0", buildInputs ? [], hash, meta, ...}@args:
|
||||
|
||||
if !stdenv.lib.versionAtLeast ocaml.version "4.03"
|
||||
if !stdenv.lib.versionAtLeast ocaml.version "4.04"
|
||||
then throw "${name}-${version} is not available for OCaml ${ocaml.version}" else
|
||||
|
||||
stdenv.mkDerivation (args // {
|
||||
|
Loading…
Reference in New Issue
Block a user