summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 23:17:09 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 23:17:09 -0700
commit676a19ff8551b7e133fd4265e6ed7ca80911afed (patch)
tree4cd955832f14ce310f8803ca833e746ded5855c8
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixpkgs-676a19ff8551b7e133fd4265e6ed7ca80911afed.tar
nixpkgs-676a19ff8551b7e133fd4265e6ed7ca80911afed.tar.gz
nixpkgs-676a19ff8551b7e133fd4265e6ed7ca80911afed.tar.bz2
nixpkgs-676a19ff8551b7e133fd4265e6ed7ca80911afed.tar.lz
nixpkgs-676a19ff8551b7e133fd4265e6ed7ca80911afed.tar.xz
nixpkgs-676a19ff8551b7e133fd4265e6ed7ca80911afed.tar.zst
nixpkgs-676a19ff8551b7e133fd4265e6ed7ca80911afed.zip
ocamlPackages.stdint: 0.3.0 -> 0.5.0
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-stdint/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 0.5.0 with grep in /nix/store/cdk364zsik7s521fmy4x3h81gs22zxli-ocaml4.05.0-stdint-0.5.0
- directory tree listing: https://gist.github.com/ef751f20c22e979145384a6ae474b9a8
-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 42771d1e35f..129f9dd7289 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 ];