Merge pull request #136404 from primeos/wayland-protocols

wayland-protocols: 1.21 -> 1.22
This commit is contained in:
Michael Weiss 2021-09-02 11:14:34 +02:00 committed by GitHub
commit 92e8022fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ''