Commit 5fe440a3 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.awa: 0.1.0 → 0.1.1

parent 4f10ebbd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,13 +8,14 @@

buildDunePackage rec {
  pname = "awa";
  version = "0.1.0";
  version = "0.1.1";

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

  src = fetchurl {
    url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
    sha256 = "sha256-aPnFDp52oYVHr/56lFw0gtVJ0KvHawyM5FGtpHPOVY8=";
    hash = "sha256-ae1gTx3Emmkof/2Gnhq0d5RyfkFx21hHkVEVgyPdXuo=";
  };

  nativeBuildInputs = [ ppx_cstruct ];
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ buildDunePackage {

  inherit (awa) version src;

  duneVersion = "3";

  propagatedBuildInputs = [
    awa cstruct mtime lwt mirage-crypto-rng
  ];
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ buildDunePackage {

  inherit (awa) version src;

  duneVersion = "3";

  propagatedBuildInputs = [
    awa cstruct mtime lwt mirage-flow mirage-clock logs
    duration mirage-time