about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lablgtk
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-01-16 11:18:05 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-01-23 10:23:53 +0100
commit43bbef4978554a733a987ae307aa658ba34af1d0 (patch)
tree4031b2ae977e901a7b5f4e0ea9486a7d9ce8905a /pkgs/development/ocaml-modules/lablgtk
parente3183d75e3aac9b0aae7cb4e9d2ebe7f71cc03c9 (diff)
ocamlPackages.lablgtk: 2.18.10 → 2.18.12
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgtk')
-rw-r--r--pkgs/development/ocaml-modules/lablgtk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lablgtk/default.nix b/pkgs/development/ocaml-modules/lablgtk/default.nix
index cff33022b78cc..a442ae35aa52d 100644
--- a/pkgs/development/ocaml-modules/lablgtk/default.nix
+++ b/pkgs/development/ocaml-modules/lablgtk/default.nix
@@ -3,12 +3,12 @@
 let param =
   let check = lib.versionAtLeast ocaml.version; in
   if check "4.06" then rec {
-    version = "2.18.10";
+    version = "2.18.12";
     src = fetchFromGitHub {
       owner = "garrigue";
       repo = "lablgtk";
       rev = version;
-      sha256 = "0w8cdfcv2wc19sd3qzj3qq77qc6rbnbynsz02gzbl15kgrvgrfxi";
+      sha256 = "sha256:0asib87c42apwf1ln8541x6i3mvyajqbarifvz11in0mqn5k7g7h";
     };
   } else if check "3.12" then {
     version = "2.18.5";