mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ocamlPackages.lablgtk: 2.18.6 -> 2.18.8
Ensures compatibility with OCaml 4.08.
This commit is contained in:
parent
22fb5e57f7
commit
8d70f49cbd
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
let param =
|
let param =
|
||||||
let check = stdenv.lib.versionAtLeast ocaml.version; in
|
let check = stdenv.lib.versionAtLeast ocaml.version; in
|
||||||
if check "4.06" then {
|
if check "4.06" then {
|
||||||
version = "2.18.6";
|
version = "2.18.8";
|
||||||
url = https://forge.ocamlcore.org/frs/download.php/1726/lablgtk-2.18.6.tar.gz;
|
url = "https://github.com/garrigue/lablgtk/releases/download/lablgtk2188/lablgtk-2.18.8.tar.gz";
|
||||||
sha256 = "1y38fdvswy6hmppm65qvgdk4pb3ghhnvz7n4ialf46340r1s5p2d";
|
sha256 = "1qsd9nv96fxddc8zayqiqxw9hcyf29axckqg100fm2brs2prpxci";
|
||||||
} else if check "3.12" then {
|
} else if check "3.12" then {
|
||||||
version = "2.18.5";
|
version = "2.18.5";
|
||||||
url = https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-2.18.5.tar.gz;
|
url = https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-2.18.5.tar.gz;
|
||||||
|
|
Loading…
Reference in a new issue