about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocaml-migrate-parsetree
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-08-04 07:31:36 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-08-11 13:58:43 +0000
commit18fa1c335e9e643a1fad753a04a849415588ec2b (patch)
treec863bdfdfa632841c869a81659255a91f37973b7 /pkgs/development/ocaml-modules/ocaml-migrate-parsetree
parentdbfea916f867c7d5c6b05981aa3f25aa51f4fb05 (diff)
downloadnixlib-18fa1c335e9e643a1fad753a04a849415588ec2b.tar
nixlib-18fa1c335e9e643a1fad753a04a849415588ec2b.tar.gz
nixlib-18fa1c335e9e643a1fad753a04a849415588ec2b.tar.bz2
nixlib-18fa1c335e9e643a1fad753a04a849415588ec2b.tar.lz
nixlib-18fa1c335e9e643a1fad753a04a849415588ec2b.tar.xz
nixlib-18fa1c335e9e643a1fad753a04a849415588ec2b.tar.zst
nixlib-18fa1c335e9e643a1fad753a04a849415588ec2b.zip
ocamlPackages.ocaml-migrate-parsetree: 1.2.0 -> 1.4.0
Diffstat (limited to 'pkgs/development/ocaml-modules/ocaml-migrate-parsetree')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-migrate-parsetree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/default.nix b/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/default.nix
index 38050bc09a12..23940ef14995 100644
--- a/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/default.nix
@@ -2,13 +2,13 @@
 
 buildDunePackage rec {
    pname = "ocaml-migrate-parsetree";
-   version = "1.2.0";
+   version = "1.4.0";
 
    src = fetchFromGitHub {
      owner = "ocaml-ppx";
      repo = pname;
      rev = "v${version}";
-     sha256 = "16kas19iwm4afijv3yxd250s08absabmdcb4yj57wc8r4fmzv5dm";
+     sha256 = "0sv1p4615l8gpbah4ya2c40yr6fbvahvv3ks7zhrsgcwcq2ljyr2";
    };
 
    propagatedBuildInputs = [ ppx_derivers result ];