about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_import
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-11-26 20:08:53 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-11-26 20:52:17 +0000
commit620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b (patch)
treeaf30214d6093fe3ca0ea2c65c27b3558d0ba4432 /pkgs/development/ocaml-modules/ppx_import
parent4e344bb5cec4a8458f7507b8d7908685d5702dc9 (diff)
downloadnixlib-620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b.tar
nixlib-620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b.tar.gz
nixlib-620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b.tar.bz2
nixlib-620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b.tar.lz
nixlib-620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b.tar.xz
nixlib-620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b.tar.zst
nixlib-620b93f10a1e7fc3e6441f1eee8e9ca20d9f0c4b.zip
ocamlPackages.ppx_import: 1.1 -> 1.4
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_import')
-rw-r--r--pkgs/development/ocaml-modules/ppx_import/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_import/default.nix b/pkgs/development/ocaml-modules/ppx_import/default.nix
index 245fe3f76f66..991af1e41de1 100644
--- a/pkgs/development/ocaml-modules/ppx_import/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_import/default.nix
@@ -4,15 +4,15 @@
 buildOcaml rec {
   name = "ppx_import";
 
-  version = "1.1";
+  version = "1.4";
 
   minimumSupportedOcamlVersion = "4.02";
 
   src = fetchFromGitHub {
-    owner = "whitequark";
+    owner = "ocaml-ppx";
     repo = "ppx_import";
     rev = "v${version}";
-    sha256 = "1hfvbc81dg58q7kkpn808b3j0xazrqfrr4v71sd1yvmnk71wak6k";
+    sha256 = "14c2lp7r9080c4hsb1y1drbxxx3v44b7ib5wfh3kkh3f1jfsjwbk";
   };
 
   buildInputs = [ cppo ounit ppx_deriving opam ];
@@ -29,4 +29,4 @@ buildOcaml rec {
     description = "A syntax extension that allows to pull in types or signatures from other compiled interface files";
     license = licenses.mit;
   };
-}
\ No newline at end of file
+}