wayland-protocols: 1.25 -> 1.26

Release announcement:
https://lists.freedesktop.org/archives/wayland-devel/2022-July/042270.html
This commit is contained in:
Michael Weiss 2022-07-09 12:20:33 +02:00
parent 72c9a2a647
commit e60e4e0136
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.25";
version = "1.26";
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
src = fetchurl {
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
sha256 = "0q0laxdvf8p8b7ks2cbpqf6q0rwrjycqrp8pf8rxm86hk5qhzzzi";
sha256 = "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5";
};
postPatch = lib.optionalString doCheck ''