1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

ocamlPackages.mdx: 2.4.1 → 2.5.0 (#363210)

This commit is contained in:
Ulrik Strid 2024-12-10 19:38:04 +01:00 committed by GitHub
commit b93b330c29
Signed by: github
GPG key ID: B5690EEEBB952194

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 ];