lol

Merge pull request #201374 from primeos/wayland-protocols

wayland-protocols: 1.27 -> 1.29

authored by

Michael Weiss and committed by
GitHub
d5d06ab5 b836b0d6

+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.27"; 9 + version = "1.29"; 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-kEbxCkJdTioAlloDrPtrP7V1pWUDrHLCuGghxpZTN1w="; 15 + hash = "sha256-4l6at1rHNnBN3v6S6PmshzC+q29WTbYvetaVu6T/ntg="; 16 16 }; 17 17 18 18 postPatch = lib.optionalString doCheck ''