ocamlPackages.mdx: 1.11.1 -> 2.1.0

This commit is contained in:
R. Ryantm 2022-02-12 20:48:46 +00:00
parent ae6354cde1
commit f926fa3fb0

View File

@ -5,12 +5,12 @@
buildDunePackage rec { buildDunePackage rec {
pname = "mdx"; pname = "mdx";
version = "1.11.1"; version = "2.1.0";
useDune2 = true; useDune2 = true;
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";
sha256 = "sha256:1q6169gmynnbrvlnzlmx7lpd6hwv6vwxg5j8ibc88wgs5s0r0fb0"; sha256 = "sha256-ol1zy8LODDYdcnv/jByE0pnqJ5ujQuMALq3v9y7td/o=";
}; };
nativeBuildInputs = [ cppo ]; nativeBuildInputs = [ cppo ];