summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_tools_versioned
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 21:45:35 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 21:45:35 -0700
commit6de74b07527a5be5b5c71666974df5bca08ed9ca (patch)
treee521d699f0809f53536938ac79d0ca257c7eeee9 /pkgs/development/ocaml-modules/ppx_tools_versioned
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixpkgs-6de74b07527a5be5b5c71666974df5bca08ed9ca.tar
nixpkgs-6de74b07527a5be5b5c71666974df5bca08ed9ca.tar.gz
nixpkgs-6de74b07527a5be5b5c71666974df5bca08ed9ca.tar.bz2
nixpkgs-6de74b07527a5be5b5c71666974df5bca08ed9ca.tar.lz
nixpkgs-6de74b07527a5be5b5c71666974df5bca08ed9ca.tar.xz
nixpkgs-6de74b07527a5be5b5c71666974df5bca08ed9ca.tar.zst
nixpkgs-6de74b07527a5be5b5c71666974df5bca08ed9ca.zip
ocamlPackages.ppx_tools_versioned: 5.0.1 -> 5.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.1 with grep in /nix/store/6bf2nw21lnwsmdy72z7vcwsx7ipvsmmy-ocaml-ppx_tools_versioned-5.1
- directory tree listing: https://gist.github.com/769030f036fe6d5816eb1c77cdd9ecd0
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_tools_versioned')
-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 b680bcdd48c..5d27dc35396 100644
--- a/pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix
@@ -2,7 +2,7 @@
 
 buildOcaml rec {
   name = "ppx_tools_versioned";
-  version = "5.0.1";
+  version = "5.1";
 
   minimumSupportedOcamlVersion = "4.02";
 
@@ -10,7 +10,7 @@ buildOcaml rec {
     owner = "let-def";
     repo = "ppx_tools_versioned";
     rev = version;
-    sha256 = "1rpbxbhk3k7f61h7lr4qkllkc12gjpq0rg52q7i6hcrg2dxkhwh6";
+    sha256 = "1c7kvca67qpyr4hiy492yik5x31lmkhyhy5wpl0l0fbx7fr7l624";
   };
 
   propagatedBuildInputs = [ ocaml-migrate-parsetree ];