Merge pull request #202584 from primeos/wayland-protocols

wayland-protocols: 1.29 -> 1.30

authored by

Michael Weiss and committed by
GitHub
b9ebc5b1 a38dff7b

+2 -2
+2 -2
pkgs/development/libraries/wayland/protocols.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "wayland-protocols"; 9 - version = "1.29"; 9 + version = "1.30"; 10 10 11 11 doCheck = stdenv.hostPlatform == stdenv.buildPlatform; 12 12 13 13 src = fetchurl { 14 14 url = "https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz"; 15 - hash = "sha256-4l6at1rHNnBN3v6S6PmshzC+q29WTbYvetaVu6T/ntg="; 15 + hash = "sha256-PBSY+2X9K4CwN21+h88hXmrpV7LM26XaRaRIcYgxvGA="; 16 16 }; 17 17 18 18 postPatch = lib.optionalString doCheck ''