ocamlPackages.awa: 0.1.0 → 0.1.1

This commit is contained in:
Vincent Laporte 2023-01-22 07:28:05 +01:00 committed by Vincent Laporte
parent 4f10ebbd5c
commit 5fe440a36a
3 changed files with 7 additions and 2 deletions

View file

@ -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 ];

View file

@ -7,6 +7,8 @@ buildDunePackage {
inherit (awa) version src;
duneVersion = "3";
propagatedBuildInputs = [
awa cstruct mtime lwt mirage-crypto-rng
];

View file

@ -8,6 +8,8 @@ buildDunePackage {
inherit (awa) version src;
duneVersion = "3";
propagatedBuildInputs = [
awa cstruct mtime lwt mirage-flow mirage-clock logs
duration mirage-time