about 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 22:11:03 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2018-03-31 11:44:41 +0200
commit1fa341fcc415966bdd6a0d737ef8303d141349e0 (patch)
tree7da8bf0b4bb71f37cde251108e8e4960c13daff6 /pkgs/development/ocaml-modules
parentf8acdb08f0f996ce20165c9663f0f9eb78280fbb (diff)
downloadnixlib-1fa341fcc415966bdd6a0d737ef8303d141349e0.tar
nixlib-1fa341fcc415966bdd6a0d737ef8303d141349e0.tar.gz
nixlib-1fa341fcc415966bdd6a0d737ef8303d141349e0.tar.bz2
nixlib-1fa341fcc415966bdd6a0d737ef8303d141349e0.tar.lz
nixlib-1fa341fcc415966bdd6a0d737ef8303d141349e0.tar.xz
nixlib-1fa341fcc415966bdd6a0d737ef8303d141349e0.tar.zst
nixlib-1fa341fcc415966bdd6a0d737ef8303d141349e0.zip
ocamlPackages.yojson: 1.4.0 -> 1.4.1
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-yojson/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1/bin/ydump --help` got 0 exit code
- ran `/nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1/bin/ydump --help` and found version 1.4.1
- found 1.4.1 with grep in /nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1
- directory tree listing: https://gist.github.com/45ad3b6379841d4750efc7dcfe6b602f
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/yojson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/yojson/default.nix b/pkgs/development/ocaml-modules/yojson/default.nix
index 5d751d3dc997..f494a8cf17cc 100644
--- a/pkgs/development/ocaml-modules/yojson/default.nix
+++ b/pkgs/development/ocaml-modules/yojson/default.nix
@@ -3,8 +3,8 @@ let
   pname = "yojson";
   param =
   if stdenv.lib.versionAtLeast ocaml.version "4.02" then {
-    version = "1.4.0";
-    sha256 = "0rzn4yihfi0psd2qmgrx5fvwpby87sqx4zws3ijf49f7wbpycccv";
+    version = "1.4.1";
+    sha256 = "0nwsfkmqpyfab4rxq76q8ff7giyanghw08094jyrp275v99zdjr9";
     buildInputs = [ jbuilder ];
     extra = { inherit (jbuilder) installPhase; };
   } else {