summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_deriving_yojson
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-08-04 11:27:52 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-08-11 11:25:10 +0200
commit2c564010aa3c9aa84a77ae0dd009f2f563dd32d2 (patch)
treebe6030c4b3acbb75fe754383c1d49a4886d69c7e /pkgs/development/ocaml-modules/ppx_deriving_yojson
parenta93340d651aac4512efa395a3925c08372a709ee (diff)
downloadnixpkgs-2c564010aa3c9aa84a77ae0dd009f2f563dd32d2.tar
nixpkgs-2c564010aa3c9aa84a77ae0dd009f2f563dd32d2.tar.gz
nixpkgs-2c564010aa3c9aa84a77ae0dd009f2f563dd32d2.tar.bz2
nixpkgs-2c564010aa3c9aa84a77ae0dd009f2f563dd32d2.tar.lz
nixpkgs-2c564010aa3c9aa84a77ae0dd009f2f563dd32d2.tar.xz
nixpkgs-2c564010aa3c9aa84a77ae0dd009f2f563dd32d2.tar.zst
nixpkgs-2c564010aa3c9aa84a77ae0dd009f2f563dd32d2.zip
ocamlPackages.ppx_deriving_yojson: 3.5.2 → 3.5.3
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_deriving_yojson')
-rw-r--r--pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix b/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
index 5faaca81039..9af2c6edb32 100644
--- a/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
@@ -4,7 +4,7 @@
 
 buildDunePackage rec {
   pname = "ppx_deriving_yojson";
-  version = "3.5.2";
+  version = "3.5.3";
 
   minimumOCamlVersion = "4.04";
 
@@ -12,7 +12,7 @@ buildDunePackage rec {
     owner = "ocaml-ppx";
     repo = "ppx_deriving_yojson";
     rev = "v${version}";
-    sha256 = "1vbhmnhnj1aa4jrp8xqi52nggwj7vrml83z2j0r0qzvl65v02mc0";
+    sha256 = "030638gp39mr4hkilrjhd98q4s8gjqxifm6fy6bwqrg74hmrl2y5";
   };
 
   buildInputs = [ ppxfind ounit ];