wayland-protocols: 1.21 -> 1.22

This commit is contained in:
Michael Weiss
2021-09-01 20:24:36 +02:00
parent 4a174b6bb7
commit ee043b60e2
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wayland-protocols";
version = "1.21";
version = "1.22";
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
src = fetchurl {
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
sha256 = "1rfdlkzz67qsb955zqb8jbw3m22pl6ppvrvfq8bqiqcb5n24b6dr";
sha256 = "19x5sp6mam71mf6vxh40rf9ycx6885hnsv1351qa95a9a81wzrwn";
};
postPatch = lib.optionalString doCheck ''