about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-08 21:23:16 -0500
committerGitHub <noreply@github.com>2018-04-08 21:23:16 -0500
commit31d25252a47073fd4062ffcf1ac8d48e3befe466 (patch)
tree708bbb11a05cbc2696b92cd3695b7451576ad957 /pkgs/development/ocaml-modules
parent61e6b5cd39994dbcb341c9d28ca7a09b73683666 (diff)
parent676a19ff8551b7e133fd4265e6ed7ca80911afed (diff)
downloadnixlib-31d25252a47073fd4062ffcf1ac8d48e3befe466.tar
nixlib-31d25252a47073fd4062ffcf1ac8d48e3befe466.tar.gz
nixlib-31d25252a47073fd4062ffcf1ac8d48e3befe466.tar.bz2
nixlib-31d25252a47073fd4062ffcf1ac8d48e3befe466.tar.lz
nixlib-31d25252a47073fd4062ffcf1ac8d48e3befe466.tar.xz
nixlib-31d25252a47073fd4062ffcf1ac8d48e3befe466.tar.zst
nixlib-31d25252a47073fd4062ffcf1ac8d48e3befe466.zip
Merge pull request #38185 from r-ryantm/auto-update/ocaml4.05.0-stdint
ocamlPackages.stdint: 0.3.0 -> 0.5.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/stdint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/stdint/default.nix b/pkgs/development/ocaml-modules/stdint/default.nix
index 42771d1e35f1..129f9dd7289f 100644
--- a/pkgs/development/ocaml-modules/stdint/default.nix
+++ b/pkgs/development/ocaml-modules/stdint/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "ocaml${ocaml.version}-stdint-${version}";
-  version = "0.3.0";
+  version = "0.5.0";
   src = fetchFromGitHub {
     owner = "andrenth";
     repo = "ocaml-stdint";
     rev = version;
-    sha256 = "18nh23yx4ghgq7mjf4mdyq8kj1fdw5d0abw919s8n4mv21cmpwia";
+    sha256 = "1xjzqq13m7cqrfwa6vcwxirm17w8bx025dgnjqjgd3k2lxfgd1j7";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild ];