ocamlPackages.mdx: 2.2.1 → 2.3.0

This commit is contained in:
Vincent Laporte 2023-04-18 08:11:11 +02:00
parent 6178831a4d
commit 50ce88d4ae
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,14 +6,14 @@
buildDunePackage rec { buildDunePackage rec {
pname = "mdx"; pname = "mdx";
version = "2.2.1"; version = "2.3.0";
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
duneVersion = "3"; duneVersion = "3";
src = fetchurl { src = fetchurl {
url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz"; url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
hash = "sha256-8J7XM/5EYWBfApdzdIpjU9Ablb5l65hrzOF9bdr1Cdg="; hash = "sha256-MqCDmBAK/S0ueYi8O0XJtplxJx96twiFHe04Q8lHBmE=";
}; };
nativeBuildInputs = [ cppo ]; nativeBuildInputs = [ cppo ];