summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 23:23:17 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 23:23:17 -0700
commitbc5c98fcaefd2792a22328dae4e877ac4f4e0dc7 (patch)
tree926de852914c00f234f432e5cc1e87b515e12804 /pkgs/development/ocaml-modules
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixlib-bc5c98fcaefd2792a22328dae4e877ac4f4e0dc7.tar
nixlib-bc5c98fcaefd2792a22328dae4e877ac4f4e0dc7.tar.gz
nixlib-bc5c98fcaefd2792a22328dae4e877ac4f4e0dc7.tar.bz2
nixlib-bc5c98fcaefd2792a22328dae4e877ac4f4e0dc7.tar.lz
nixlib-bc5c98fcaefd2792a22328dae4e877ac4f4e0dc7.tar.xz
nixlib-bc5c98fcaefd2792a22328dae4e877ac4f4e0dc7.tar.zst
nixlib-bc5c98fcaefd2792a22328dae4e877ac4f4e0dc7.zip
ocamlPackages.ppx_derivers: 1.0 -> 1.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-ppx_derivers/versions.

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 1.2 with grep in /nix/store/1z3j5cy1fcy8f0qhb4vfhkqk83sayq3d-ocaml4.05.0-ppx_derivers-1.2
- directory tree listing: https://gist.github.com/7778f1cdaa30a426b29cad1badb930de
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ppx_derivers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_derivers/default.nix b/pkgs/development/ocaml-modules/ppx_derivers/default.nix
index 52c28efcb49a..2dc7ef2b13e5 100644
--- a/pkgs/development/ocaml-modules/ppx_derivers/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_derivers/default.nix
@@ -6,13 +6,13 @@ else
 
 stdenv.mkDerivation rec {
 	name = "ocaml${ocaml.version}-ppx_derivers-${version}";
-	version = "1.0";
+	version = "1.2";
 
 	src = fetchFromGitHub {
 		owner = "diml";
 		repo = "ppx_derivers";
 		rev = version;
-		sha256 = "049yy9706lv1li6a1bibkz1qq2ixxbdyhf4f5w9pv71jc3dlpfy8";
+		sha256 = "0bnhihl1w31as5w2czly1v3d6pbir9inmgsjg2cj6aaj9v1dzd85";
 	};
 
 	buildInputs = [ ocaml findlib jbuilder ];