From 2aa386b7818fdb2db67ddb1867d55edebc09ca6a Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 20 Jul 2025 16:29:47 +0200 Subject: [PATCH] ocamlPackages.wayland: 2.1 -> 2.2 --- pkgs/development/ocaml-modules/wayland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/wayland/default.nix b/pkgs/development/ocaml-modules/wayland/default.nix index 062774ad5078..215b4811d655 100644 --- a/pkgs/development/ocaml-modules/wayland/default.nix +++ b/pkgs/development/ocaml-modules/wayland/default.nix @@ -14,13 +14,13 @@ buildDunePackage rec { pname = "wayland"; - version = "2.1"; + version = "2.2"; minimalOCamlVersion = "5.0"; src = fetchurl { url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz"; - hash = "sha256-D/tTlYlU8e1O+HShIsBxqc8953rjQblj63tRPYAo88E="; + hash = "sha256-D4ggYKTP6UJO05dna44qqpMdhGEL6ynLLsnDVdGBliU="; }; propagatedBuildInputs = [