Skip to content

Commit 0bba24f

Browse files
authored
ocamlPackages.awa: 0.5.1 → 0.5.2 (#419686)
2 parents 9d70a3b + c96604f commit 0bba24f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/ocaml-modules/awa/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@
1616
cmdliner,
1717
base64,
1818
zarith,
19+
mirage-mtime,
1920
}:
2021

2122
buildDunePackage rec {
2223
pname = "awa";
23-
version = "0.5.1";
24-
25-
minimalOCamlVersion = "4.10";
24+
version = "0.5.2";
2625

2726
src = fetchurl {
2827
url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
29-
hash = "sha256-bd6vBgUwJh1MUlrgbdbBVTZMd3gcJGIX8EEJ5872n14=";
28+
hash = "sha256-64gloekVN0YsBwUodrJc6QaNU3PGKMIZMPJWvBfzaj0=";
3029
};
3130

3231
propagatedBuildInputs = [
@@ -48,6 +47,7 @@ buildDunePackage rec {
4847
cstruct-unix
4948
cmdliner
5049
fmt
50+
mirage-mtime
5151
];
5252

5353
meta = with lib; {

0 commit comments

Comments
 (0)