wayland-protocols: 1.24 -> 1.25

Announcement and release notes:
https://lists.freedesktop.org/archives/wayland-devel/2022-January/042102.html
main
Michael Weiss 2 years ago
parent 3ecbb12aa1
commit 0de04fef7d
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
  1. 4
      pkgs/development/libraries/wayland/protocols.nix

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

Loading…
Cancel
Save