ocamlPackages.netchannel: 2.1.1 → 2.1.2

This commit is contained in:
Vincent Laporte 2023-02-12 08:07:33 +01:00 committed by Vincent Laporte
parent 81cf173256
commit b965765e5d
2 changed files with 5 additions and 2 deletions

View file

@ -20,6 +20,8 @@ buildDunePackage {
meta meta
; ;
duneVersion = "3";
nativeBuildInputs = [ nativeBuildInputs = [
ppx_sexp_conv ppx_sexp_conv
]; ];

View file

@ -19,13 +19,14 @@
buildDunePackage rec { buildDunePackage rec {
pname = "netchannel"; pname = "netchannel";
version = "2.1.1"; version = "2.1.2";
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl { src = fetchurl {
url = "https://github.com/mirage/mirage-net-xen/releases/download/v${version}/mirage-net-xen-${version}.tbz"; url = "https://github.com/mirage/mirage-net-xen/releases/download/v${version}/mirage-net-xen-${version}.tbz";
sha256 = "sha256-kYsAf6ntwWKUp26dMcp5BScdUOaGpM46050jVZe6gfs="; hash = "sha256-lTmwcNKiaq5EdJdM4UaaAVdZ+hTCX5U9MPKY/r3i7fw=";
}; };
buildInputs = [ buildInputs = [