Merge pull request #312302 from r-ryantm/auto-update/kdePackages.wayland-protocols

kdePackages.wayland-protocols: 1.35 -> 1.36
This commit is contained in:
Weijia Wang 2024-07-07 18:33:54 +02:00 committed by GitHub
commit 775d39b652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
stdenv.mkDerivation rec {
pname = "wayland-protocols";
version = "1.35";
version = "1.36";
# https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/48
doCheck = stdenv.hostPlatform == stdenv.buildPlatform && stdenv.hostPlatform.linker == "bfd" && wayland.withLibraries;
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz";
hash = "sha256-N6JxaigTPcgZNBxWiinSHoy3ITDlwSah/PyfQsI9las=";
hash = "sha256-cf1N4F55+aHKVZ+sMMH4Nl+hA0ZCL5/nlfdNd7nvfpI=";
};
postPatch = lib.optionalString doCheck ''