summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lablgtk
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-12-20 22:02:43 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-12-22 06:07:06 +0000
commitebe19f5db0d9df4d86cd2012b44dd4249062d891 (patch)
tree1cf634681406a94584139982bddc095c7d779e6e /pkgs/development/ocaml-modules/lablgtk
parent3e1ad389092ac25069cb72efeb59aa40cd1ccca0 (diff)
downloadnixlib-ebe19f5db0d9df4d86cd2012b44dd4249062d891.tar
nixlib-ebe19f5db0d9df4d86cd2012b44dd4249062d891.tar.gz
nixlib-ebe19f5db0d9df4d86cd2012b44dd4249062d891.tar.bz2
nixlib-ebe19f5db0d9df4d86cd2012b44dd4249062d891.tar.lz
nixlib-ebe19f5db0d9df4d86cd2012b44dd4249062d891.tar.xz
nixlib-ebe19f5db0d9df4d86cd2012b44dd4249062d891.tar.zst
nixlib-ebe19f5db0d9df4d86cd2012b44dd4249062d891.zip
lablgtk: 2.18.3 -> 2.18.5
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgtk')
-rw-r--r--pkgs/development/ocaml-modules/lablgtk/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/lablgtk/default.nix b/pkgs/development/ocaml-modules/lablgtk/default.nix
index 93ebf4b9c92d..7408ee4b478c 100644
--- a/pkgs/development/ocaml-modules/lablgtk/default.nix
+++ b/pkgs/development/ocaml-modules/lablgtk/default.nix
@@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "3.12";
 
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
-  version = "2.18.3";
+  version = "2.18.5";
 
   src = fetchurl {
-    url = https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-2.18.3.tar.gz;
-    sha256 = "1bybn3jafxf4cx25zvn8h2xj9agn1xjbn7j3ywxxqx6az7rfnnwp";
+    url = https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-2.18.5.tar.gz;
+    sha256 = "0cyj6sfdvzx8hw7553lhgwc0krlgvlza0ph3dk9gsxy047dm3wib";
   };
 
   buildInputs = [ocaml findlib pkgconfig gtk2 libgnomecanvas libglade gtksourceview camlp4];