ocamlPackages.awa: 0.5.2 → 0.6.0

This commit is contained in:
Vincent Laporte
2026-05-25 15:30:29 +02:00
parent 44209b4d7a
commit dd22c1adea
2 changed files with 4 additions and 8 deletions
@@ -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
@@ -1,7 +1,6 @@
{
buildDunePackage,
awa,
cstruct,
mtime,
lwt,
mirage-flow,
@@ -18,7 +17,6 @@ buildDunePackage {
propagatedBuildInputs = [
awa
cstruct
mtime
lwt
mirage-flow