ocamlPackages.riot: 0.0.2 → 0.0.5

This commit is contained in:
Vincent Laporte
2023-12-18 08:41:37 +01:00
parent 39e4eb6cca
commit 0e4a4b715b
@@ -4,24 +4,26 @@
, fetchurl
, iomux
, ptime
, telemetry
, uri
}:
buildDunePackage rec {
pname = "riot";
version = "0.0.2";
version = "0.0.5";
minimalOCamlVersion = "5.1";
src = fetchurl {
url = "https://github.com/leostera/riot/releases/download/${version}/riot-${version}.tbz";
hash = "sha256-ck/tr5o0nKF4WNgjPODHg1/tlaKv1JtuYgqYfIIZ78Q=";
hash = "sha256-Abe4LMxlaxK3MVlg2d8X60aCuPGvaOn+4zFx/uH5z4g=";
};
propagatedBuildInputs = [
bigstringaf
iomux
ptime
telemetry
uri
];