about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/farfadet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-04-06 14:37:32 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-04-06 14:44:26 +0000
commit2cde1a89b68b452630a3042583fca7e0071b1b50 (patch)
tree92120a79e5005b60ae9e42d5eae19d1c6f1c18b3 /pkgs/development/ocaml-modules/farfadet
parentc58c0792231739d754cae94313f5f4cdb5480cf8 (diff)
downloadnixlib-2cde1a89b68b452630a3042583fca7e0071b1b50.tar
nixlib-2cde1a89b68b452630a3042583fca7e0071b1b50.tar.gz
nixlib-2cde1a89b68b452630a3042583fca7e0071b1b50.tar.bz2
nixlib-2cde1a89b68b452630a3042583fca7e0071b1b50.tar.lz
nixlib-2cde1a89b68b452630a3042583fca7e0071b1b50.tar.xz
nixlib-2cde1a89b68b452630a3042583fca7e0071b1b50.tar.zst
nixlib-2cde1a89b68b452630a3042583fca7e0071b1b50.zip
ocamlPackages.farfadet: 0.2 -> 0.3
ocamlPackages.faraday: 0.5.0 -> 0.7.0
Diffstat (limited to 'pkgs/development/ocaml-modules/farfadet')
-rw-r--r--pkgs/development/ocaml-modules/farfadet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/farfadet/default.nix b/pkgs/development/ocaml-modules/farfadet/default.nix
index 20b6f7d0909e..96423a213a19 100644
--- a/pkgs/development/ocaml-modules/farfadet/default.nix
+++ b/pkgs/development/ocaml-modules/farfadet/default.nix
@@ -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 ];