Commit b965765e authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.netchannel: 2.1.1 → 2.1.2

parent 81cf1732
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ buildDunePackage {
    meta
    ;

  duneVersion = "3";

  nativeBuildInputs = [
    ppx_sexp_conv
  ];
+3 −2
Original line number Diff line number Diff line
@@ -19,13 +19,14 @@

buildDunePackage rec {
  pname = "netchannel";
  version = "2.1.1";
  version = "2.1.2";

  minimalOCamlVersion = "4.08";
  duneVersion = "3";

  src = fetchurl {
    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 = [