ocamlPackages.re: 1.10.4 → 1.11.0
This commit is contained in:
parent
ffb0f6b977
commit
35fc5a6b76
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
let version_sha = if lib.versionAtLeast ocaml.version "4.08"
|
let version_sha = if lib.versionAtLeast ocaml.version "4.08"
|
||||||
then
|
then
|
||||||
{
|
{
|
||||||
version = "1.10.4";
|
version = "1.11.0";
|
||||||
sha256 = "sha256-g+s+QwCqmx3HggdJAQ9DYuqDUkdCEwUk14wgzpnKdHw=";
|
sha256 = "sha256-AfwkR4DA9r5yrnlrH7dQ82feGGJP110H7nl4LtbfjU8=";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue