From 22bd0fa8fb0214f17fbe79dac72cc729605de5dc Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 13 Jul 2026 14:45:49 +0200 Subject: [PATCH] ocamlPackages.wayland: 2.2 -> 2.3 Closes: https://github.com/NixOS/nixpkgs/pull/539617 --- 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 215b4811d655..3e16bd2e4eb0 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.2"; + version = "2.3"; minimalOCamlVersion = "5.0"; src = fetchurl { url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz"; - hash = "sha256-D4ggYKTP6UJO05dna44qqpMdhGEL6ynLLsnDVdGBliU="; + hash = "sha256-EGJ6lPTO+XFHmRUo/NJG+PJ8y/MCbq/ezplbU+6UaKA="; }; propagatedBuildInputs = [