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>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/ocaml-migrate-parsetree
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/ocaml-migrate-parsetree')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.x.nix (renamed from pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.1.x.nix)6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.1.x.nix b/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.x.nix
index ca88fe32416..dab537df221 100644
--- a/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.1.x.nix
+++ b/pkgs/development/ocaml-modules/ocaml-migrate-parsetree/2.x.nix
@@ -2,15 +2,15 @@
 
 buildDunePackage rec {
    pname = "ocaml-migrate-parsetree";
-   version = "2.1.0";
+   version = "2.2.0";
 
    useDune2 = true;
 
-   minimumOCamlVersion = "4.02";
+   minimalOCamlVersion = "4.02";
 
    src = fetchurl {
      url = "https://github.com/ocaml-ppx/${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
-     sha256 = "07x7lm45kny0mi0fjvzw51445brm0dgy099cw0gpyly0wj77hyrq";
+     sha256 = "188v3z09bg4gyv80c138fa3a3j2w54w5gc4r1ajw7klr70yqz9mj";
    };
 
    meta = {