3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.io-page: 2.4.0 → 3.0.0

This commit is contained in:
Vincent Laporte 2022-06-26 18:44:19 +01:00 committed by Vincent Laporte
parent e69aee3280
commit 6791c3ae11

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "io-page";
version = "2.4.0";
version = "3.0.0";
minimalOCamlVersion = "4.02.3";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
sha256 = "sha256-gMr0AfnDifHM912TstgkI+Q0FxB1rAyb0Abfospt9EI=";
url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "sha256-DjbKdNkFa6YQgJDLmLsuvyrweb4/TNvqAiggcj/3hu4=";
};
propagatedBuildInputs = [ cstruct bigarray-compat ];