about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uunf
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-07-30 06:39:05 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-07-30 06:39:05 +0000
commit0364a581f2a1546890e57e15e4cb709455217130 (patch)
tree9089549ada29fcf722b99a78e528a1dc34de55b8 /pkgs/development/ocaml-modules/uunf
parent408bd2b80ed198004311c9bb638e776dafffa908 (diff)
downloadnixlib-0364a581f2a1546890e57e15e4cb709455217130.tar
nixlib-0364a581f2a1546890e57e15e4cb709455217130.tar.gz
nixlib-0364a581f2a1546890e57e15e4cb709455217130.tar.bz2
nixlib-0364a581f2a1546890e57e15e4cb709455217130.tar.lz
nixlib-0364a581f2a1546890e57e15e4cb709455217130.tar.xz
nixlib-0364a581f2a1546890e57e15e4cb709455217130.tar.zst
nixlib-0364a581f2a1546890e57e15e4cb709455217130.zip
ocamlPackages.uunf: 10.0.0 -> 11.0.0
Diffstat (limited to 'pkgs/development/ocaml-modules/uunf')
-rw-r--r--pkgs/development/ocaml-modules/uunf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/uunf/default.nix b/pkgs/development/ocaml-modules/uunf/default.nix
index e70a539302f0..951c1f203b22 100644
--- a/pkgs/development/ocaml-modules/uunf/default.nix
+++ b/pkgs/development/ocaml-modules/uunf/default.nix
@@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01";
 
 stdenv.mkDerivation rec {
   name = "ocaml-${pname}-${version}";
-  version = "10.0.0";
+  version = "11.0.0";
 
   src = fetchurl {
     url = "${webpage}/releases/${pname}-${version}.tbz";
-    sha256 = "0c5lwica5668ybsffllk6x4p921nw4pljimgqikhf17k5hvyjsbr";
+    sha256 = "1j0v3dg19sq13fmbx4kzy3n1hjiv7hkm1ysxyrdva430jvqw23df";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild topkg uutf cmdliner ];