Skip to content

Commit 3ff79ab

Browse files
r-ryantmvbgl
authored andcommitted
ocamlPackages.awa: 0.5.0 -> 0.5.1
1 parent 00bbede commit 3ff79ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
buildDunePackage rec {
2222
pname = "awa";
23-
version = "0.5.0";
23+
version = "0.5.1";
2424

2525
minimalOCamlVersion = "4.10";
2626

2727
src = fetchurl {
2828
url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
29-
hash = "sha256-SYSkhB43KmYaCEYGwFihMPLvh1Zr9xeWFio5atY19A8=";
29+
hash = "sha256-bd6vBgUwJh1MUlrgbdbBVTZMd3gcJGIX8EEJ5872n14=";
3030
};
3131

3232
propagatedBuildInputs = [

0 commit comments

Comments
 (0)