From 2f27431460d4339a5c5c4b0de8ab5e7ac660591a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 29 Sep 2022 14:29:41 +0200 Subject: [PATCH] ocamlPackages.wayland: 1.0 -> 1.1 --- pkgs/development/ocaml-modules/wayland/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/ocaml-modules/wayland/default.nix b/pkgs/development/ocaml-modules/wayland/default.nix index 12c385eac72c..f7ade2ec8070 100644 --- a/pkgs/development/ocaml-modules/wayland/default.nix +++ b/pkgs/development/ocaml-modules/wayland/default.nix @@ -12,15 +12,13 @@ buildDunePackage rec { pname = "wayland"; - version = "1.0"; + version = "1.1"; - minimumOCamlVersion = "4.08"; - - useDune2 = true; + minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz"; - sha256 = "bf8fd0057242d11f1c265c11cfa5de3c517ec0ad5994eae45e1efe3aac034510"; + sha256 = "0b7czgh08i6xcx3fsz6vd19sfyngwi0i27jdzg8cnjgrgwnagv6d"; }; propagatedBuildInputs = [