wayland: 1.15.0 -> 1.16.0 (#45795)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wayland

authored by

R. RyanTM and committed by
xeji
01f68e8f 12874e4f

+2 -2
+2 -2
pkgs/development/libraries/wayland/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 name = "wayland-${version}"; 11 - version = "1.15.0"; 11 + version = "1.16.0"; 12 12 13 13 src = fetchurl { 14 14 url = "https://wayland.freedesktop.org/releases/${name}.tar.xz"; 15 - sha256 = "1c5fnys8hi71cnzjv5k7j0r8gx80p0yyqlrpmn06mmarhnxvwgzb"; 15 + sha256 = "1xajhxad43izq9f7sbww1hlg42nayijy8xnp21kgpk09c6sw4wjf"; 16 16 }; 17 17 18 18 configureFlags = [ "--with-scanner" "--disable-documentation" ];