wayland-protocols: 1.22 -> 1.23

This commit is contained in:
Michael Weiss 2021-09-16 00:37:53 +02:00
parent 1c625bf844
commit ee936a60ae
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wayland-protocols";
version = "1.22";
version = "1.23";
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
src = fetchurl {
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
sha256 = "19x5sp6mam71mf6vxh40rf9ycx6885hnsv1351qa95a9a81wzrwn";
sha256 = "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc";
};
postPatch = lib.optionalString doCheck ''