lol

Merge pull request #138071 from primeos/wayland-protocols

wayland-protocols: 1.22 -> 1.23

authored by

Michael Weiss and committed by
GitHub
261c4ff0 00e2bbfc

+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.22"; 9 + version = "1.23"; 10 10 11 11 doCheck = stdenv.hostPlatform == stdenv.buildPlatform; 12 12 13 13 src = fetchurl { 14 14 url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz"; 15 - sha256 = "19x5sp6mam71mf6vxh40rf9ycx6885hnsv1351qa95a9a81wzrwn"; 15 + sha256 = "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"; 16 16 }; 17 17 18 18 postPatch = lib.optionalString doCheck ''