about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uchar
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 23:52:55 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 23:52:55 -0700
commit1864eb7a05e43dfcff393d4e47adbd682f64031a (patch)
tree4e464b4ef2504ccd3b95a8a98f6f3d5b42b5009d /pkgs/development/ocaml-modules/uchar
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixlib-1864eb7a05e43dfcff393d4e47adbd682f64031a.tar
nixlib-1864eb7a05e43dfcff393d4e47adbd682f64031a.tar.gz
nixlib-1864eb7a05e43dfcff393d4e47adbd682f64031a.tar.bz2
nixlib-1864eb7a05e43dfcff393d4e47adbd682f64031a.tar.lz
nixlib-1864eb7a05e43dfcff393d4e47adbd682f64031a.tar.xz
nixlib-1864eb7a05e43dfcff393d4e47adbd682f64031a.tar.zst
nixlib-1864eb7a05e43dfcff393d4e47adbd682f64031a.zip
ocamlPackages.uchar: 0.0.1 -> 0.0.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-uchar/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.)
- directory tree listing: https://gist.github.com/175ff46f681c6b301d59001ed300be77
Diffstat (limited to 'pkgs/development/ocaml-modules/uchar')
-rw-r--r--pkgs/development/ocaml-modules/uchar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/uchar/default.nix b/pkgs/development/ocaml-modules/uchar/default.nix
index c2e5a1fc9298..6b27f00fb150 100644
--- a/pkgs/development/ocaml-modules/uchar/default.nix
+++ b/pkgs/development/ocaml-modules/uchar/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ocaml, ocamlbuild, opam }:
 
 stdenv.mkDerivation {
-  name = "ocaml${ocaml.version}-uchar-0.0.1";
+  name = "ocaml${ocaml.version}-uchar-0.0.2";
 
   src = fetchurl {
-    url = https://github.com/ocaml/uchar/releases/download/v0.0.1/uchar-0.0.1.tbz;
-    sha256 = "0ficw1x7ymbd6m8hqw3w1aycwm1hbwd6bad3c5pspwnzh3qlikhi";
+    url = https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz;
+    sha256 = "1w2saw7zanf9m9ffvz2lvcxvlm118pws2x1wym526xmydhqpyfa7";
   };
 
   unpackCmd = "tar xjf $src";