Commit 35fc5a6b authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.re: 1.10.4 → 1.11.0

parent ffb0f6b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
let version_sha = if lib.versionAtLeast ocaml.version "4.08"
  then
    {
      version = "1.10.4";
      sha256 = "sha256-g+s+QwCqmx3HggdJAQ9DYuqDUkdCEwUk14wgzpnKdHw=";
      version = "1.11.0";
      sha256 = "sha256-AfwkR4DA9r5yrnlrH7dQ82feGGJP110H7nl4LtbfjU8=";
    }
  else
    {