ocamlPackages.farfadet: 0.2 -> 0.3

ocamlPackages.faraday: 0.5.0 -> 0.7.0
This commit is contained in:
Vincent Laporte
2019-04-06 14:44:26 +00:00
parent c58c079223
commit 2cde1a89b6
2 changed files with 8 additions and 7 deletions
@@ -8,11 +8,11 @@ else
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-farfadet-${version}";
version = "0.2";
version = "0.3";
src = fetchurl {
url = "https://github.com/oklm-wsh/Farfadet/releases/download/v${version}/farfadet-${version}.tbz";
sha256 = "06wvd57c8khpq0c2hvm15zng269zvabsw1lcaqphqdcckl67nsxr";
sha256 = "0nlafnp0pwx0n4aszpsk6nvcvqi9im306p4jhx70si7k3xprlr2j";
};
buildInputs = [ ocaml findlib ocamlbuild topkg ];