From dd22c1adeae25589db469cbd0c5cdffadcf960e6 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 25 May 2026 15:16:01 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.awa:=200.5.2=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/awa/default.nix | 10 ++++------ pkgs/development/ocaml-modules/awa/mirage.nix | 2 -- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/pkgs/development/ocaml-modules/awa/default.nix b/pkgs/development/ocaml-modules/awa/default.nix index 397112faa857..6e387054ab35 100644 --- a/pkgs/development/ocaml-modules/awa/default.nix +++ b/pkgs/development/ocaml-modules/awa/default.nix @@ -7,8 +7,7 @@ mirage-crypto-rng, mirage-crypto-pk, x509, - cstruct, - cstruct-unix, + ohex, eqaf, mtime, logs, @@ -21,11 +20,11 @@ buildDunePackage (finalAttrs: { pname = "awa"; - version = "0.5.2"; + version = "0.6.0"; src = fetchurl { url = "https://github.com/mirage/awa-ssh/releases/download/v${finalAttrs.version}/awa-${finalAttrs.version}.tbz"; - hash = "sha256-64gloekVN0YsBwUodrJc6QaNU3PGKMIZMPJWvBfzaj0="; + hash = "sha256-TO4O2n+L1avIGGKBnZ0wo6jSQBml5Yn6C46VWEPvcvE="; }; propagatedBuildInputs = [ @@ -34,7 +33,7 @@ buildDunePackage (finalAttrs: { mirage-crypto-rng mirage-crypto-pk x509 - cstruct + ohex mtime logs base64 @@ -44,7 +43,6 @@ buildDunePackage (finalAttrs: { doCheck = true; checkInputs = [ - cstruct-unix cmdliner fmt mirage-mtime diff --git a/pkgs/development/ocaml-modules/awa/mirage.nix b/pkgs/development/ocaml-modules/awa/mirage.nix index 6189d4118032..c50321f520dd 100644 --- a/pkgs/development/ocaml-modules/awa/mirage.nix +++ b/pkgs/development/ocaml-modules/awa/mirage.nix @@ -1,7 +1,6 @@ { buildDunePackage, awa, - cstruct, mtime, lwt, mirage-flow, @@ -18,7 +17,6 @@ buildDunePackage { propagatedBuildInputs = [ awa - cstruct mtime lwt mirage-flow