summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-10-04 05:46:59 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-10-11 07:58:42 +0200
commitc82c6d3a1201ff99065330709f2ce760a6e7434c (patch)
tree1bf89fc2a4663e38260ef663db7b98869dfc3b96 /pkgs/tools
parentdeefc177d3857f0e2c7b28a2b31ff036f713575f (diff)
ocaml: default to version 4.07
patdiff: 0.11.0 → 0.12.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/patdiff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/patdiff/default.nix b/pkgs/tools/misc/patdiff/default.nix
index f67a8274443cc..1c5e5b0447414 100644
--- a/pkgs/tools/misc/patdiff/default.nix
+++ b/pkgs/tools/misc/patdiff/default.nix
@@ -4,8 +4,8 @@ with ocamlPackages;
 
 janePackage {
   pname = "patdiff";
-  hash = "02cdn5j5brbp4n2rpxprzxfakjbl7n2llixg7m632bih3ppmfcq1";
-  buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
+  hash = "04krzn6rj2r81z55pms5ayk6bxhlxrm006cbhy0m6rc69a0h00lh";
+  buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre shell ];
   meta = {
     description = "File Diff using the Patience Diff algorithm";
   };