ocamlPackages.mlx: 0.9 -> 0.10

authored by

Yuri Albuquerque and committed by
Vincent Laporte
2318ee74 72f5bfc3

+2 -10
+2 -10
pkgs/development/ocaml-modules/mlx/default.nix
··· 1 { 2 lib, 3 fetchFromGitHub, 4 - fetchpatch, 5 buildDunePackage, 6 ppxlib, 7 menhir, ··· 9 10 buildDunePackage rec { 11 pname = "mlx"; 12 - version = "0.9"; 13 14 minimalOCamlVersion = "4.14"; 15 ··· 17 owner = "ocaml-mlx"; 18 repo = "mlx"; 19 rev = version; 20 - hash = "sha256-3hPtyBKD2dp4UJBykOudW6KR2KXPnBuDnuJ1UNLpAp0="; 21 }; 22 - 23 - patches = [ 24 - (fetchpatch { 25 - url = "https://github.com/ocaml-mlx/mlx/commit/01771e2a8b45f4f70cfd93533af2af9ed4a28a7e.patch"; 26 - hash = "sha256-czA2sIORmunIeaHn7kpcuv0y97uJhe6aUEMj/QHEag4="; 27 - }) 28 - ]; 29 30 buildInputs = [ 31 ppxlib
··· 1 { 2 lib, 3 fetchFromGitHub, 4 buildDunePackage, 5 ppxlib, 6 menhir, ··· 8 9 buildDunePackage rec { 10 pname = "mlx"; 11 + version = "0.10"; 12 13 minimalOCamlVersion = "4.14"; 14 ··· 16 owner = "ocaml-mlx"; 17 repo = "mlx"; 18 rev = version; 19 + hash = "sha256-g2v6U4lubYIVKUkU0j+OwtPxK9tKvleuX+vA4ljJ1bA="; 20 }; 21 22 buildInputs = [ 23 ppxlib