We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bbede commit 3ff79abCopy full SHA for 3ff79ab
pkgs/development/ocaml-modules/awa/default.nix
@@ -20,13 +20,13 @@
20
21
buildDunePackage rec {
22
pname = "awa";
23
- version = "0.5.0";
+ version = "0.5.1";
24
25
minimalOCamlVersion = "4.10";
26
27
src = fetchurl {
28
url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
29
- hash = "sha256-SYSkhB43KmYaCEYGwFihMPLvh1Zr9xeWFio5atY19A8=";
+ hash = "sha256-bd6vBgUwJh1MUlrgbdbBVTZMd3gcJGIX8EEJ5872n14=";
30
};
31
32
propagatedBuildInputs = [
0 commit comments