ocamlPackages.mirage-xen: 7.2.0 → 8.0.1

This commit is contained in:
Vincent Laporte 2023-02-18 13:43:42 +01:00 committed by Vincent Laporte
parent 004200ff3b
commit 189b9d5e49

View file

@ -17,14 +17,15 @@
buildDunePackage rec {
pname = "mirage-xen";
version = "7.2.0";
version = "8.0.1";
src = fetchurl {
url = "https://github.com/mirage/mirage-xen/releases/download/v${version}/mirage-xen-${version}.tbz";
sha256 = "sha256-5ZdzourQshHGtYPPdJtJLpH8P6ZLNbjQWy7TDxcY3OA=";
hash = "sha256-x8i2Kbz0EcifZK/lbDIFa9Kwtl1/xzbYV9h9E+EtGP4=";
};
minimalOCamlVersion = "4.08";
duneVersion = "3";
propagatedBuildInputs = [
cstruct