Merge pull request #291142 from r-ryantm/auto-update/ocamlPackages.lua-ml

ocamlPackages.lua-ml: 0.9.1 -> 0.9.2
This commit is contained in:
Nick Cao 2024-03-06 09:14:19 -05:00 committed by GitHub
commit e62da7b804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@ else
stdenv.mkDerivation rec {
pname = "lua-ml";
name = "ocaml${ocaml.version}-${pname}-${version}";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "lindig";
repo = pname;
rev = version;
sha256 = "04lv98nxmzanvyn4c0k6k0ax29f5xfdl8qzpf5hwadslq213a044";
sha256 = "sha256-xkjsjKD89W7Y5XK8kfL/ZErYKS14z0u0QCARN0DbTC8=";
};
nativeBuildInputs = [ opaline ocaml findlib ocamlbuild ];