summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_deriving
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-06-21 17:59:07 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-06-26 17:07:42 +0200
commita29a3981efd43b0e58038151987cc8c09696d930 (patch)
treead840d90ad7e75c3ec9aa7f80f6b3b41d8e67cf2 /pkgs/development/ocaml-modules/ppx_deriving
parent97613b7a865605c8a6b60e6efaf0d3b4b1552eaa (diff)
downloadnixpkgs-a29a3981efd43b0e58038151987cc8c09696d930.tar
nixpkgs-a29a3981efd43b0e58038151987cc8c09696d930.tar.gz
nixpkgs-a29a3981efd43b0e58038151987cc8c09696d930.tar.bz2
nixpkgs-a29a3981efd43b0e58038151987cc8c09696d930.tar.lz
nixpkgs-a29a3981efd43b0e58038151987cc8c09696d930.tar.xz
nixpkgs-a29a3981efd43b0e58038151987cc8c09696d930.tar.zst
nixpkgs-a29a3981efd43b0e58038151987cc8c09696d930.zip
ocamlPackages.ocaml-migrate-parsetree: 2.1.0 → 2.2.0
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_deriving')
-rw-r--r--pkgs/development/ocaml-modules/ppx_deriving/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_deriving/default.nix b/pkgs/development/ocaml-modules/ppx_deriving/default.nix
index 7d415bd894e..5563e611346 100644
--- a/pkgs/development/ocaml-modules/ppx_deriving/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_deriving/default.nix
@@ -7,7 +7,7 @@
 , result
 , ounit
 , ocaml-migrate-parsetree
-, ocaml-migrate-parsetree-2-1
+, ocaml-migrate-parsetree-2
 }:
 
 let params =
@@ -40,7 +40,7 @@ buildDunePackage rec {
   buildInputs = [ ppxlib cppo ];
   propagatedBuildInputs = [
     (if params.useOMP2
-    then ocaml-migrate-parsetree-2-1
+    then ocaml-migrate-parsetree-2
     else ocaml-migrate-parsetree)
     ppx_derivers
     result