aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-28 20:39:11 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2020-12-05 09:06:02 +0100
commit3f5f10a7b1a02905bbc707396ec40a1f8d3370e3 (patch)
tree9cd4d4e86f01614a10f2825d9982a2b228ee3983 /pkgs/development/ocaml-modules
parent7ba8820008a9fc767377bbc5f67bf85aee514bee (diff)
ocamlPackages.ppx_tools_versioned: 5.3.0 -> 5.4.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix b/pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix
index 7fd939e58ec2..958c088cd6a2 100644
--- a/pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix
@@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ppx_tools_versioned";
- version = "5.3.0";
+ version = "5.4.0";
src = fetchFromGitHub {
owner = "ocaml-ppx";
repo = pname;
rev = version;
- sha256 = "0c735w9mq49dmvkdw9ahfwh0icsk2sbhnfwmdhpibj86phfm17yj";
+ sha256 = "07lnj4yzwvwyh5fhpp1dxrys4ddih15jhgqjn59pmgxinbnddi66";
};
propagatedBuildInputs = [ ocaml-migrate-parsetree ];