1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 18:12:34 +09:00

ocamlPackages.mdx: 2.4.1 → 2.5.0

This commit is contained in:
Vincent Laporte 2024-12-08 12:33:53 +01:00
parent b7a11231ac
commit 9a93846333
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,13 +6,13 @@
buildDunePackage rec {
pname = "mdx";
version = "2.4.1";
version = "2.5.0";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
hash = "sha256-GkDMkcxVPe0KIMmNQ0NUlTvbdZ7Mka02u7mn3QQSrxM=";
hash = "sha256-wtpY19UYLxXARvsyC7AsFmAtLufLmfNJ4/SEHCY2UCk=";
};
nativeBuildInputs = [ cppo ];