about summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland/protocols.nix
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-03-21 11:05:40 +0800
committerAlyssa Ross <hi@alyssa.is>2024-03-22 12:51:51 +0100
commit79129b7cd272e9e3483b3f1003a17373c4d1d145 (patch)
tree77947bf4f0804513c8075c6c49b7a7c956376c7c /pkgs/development/libraries/wayland/protocols.nix
parent1b7cac352554fe00b2763235a0e7d7487548d3cc (diff)
wayland-protocols: 1.33 -> 1.34
Diffstat (limited to 'pkgs/development/libraries/wayland/protocols.nix')
-rw-r--r--pkgs/development/libraries/wayland/protocols.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wayland/protocols.nix b/pkgs/development/libraries/wayland/protocols.nix
index 9625f3a5ee1b4..e150c87c15d1a 100644
--- a/pkgs/development/libraries/wayland/protocols.nix
+++ b/pkgs/development/libraries/wayland/protocols.nix
@@ -6,14 +6,14 @@
 
 stdenv.mkDerivation rec {
   pname = "wayland-protocols";
-  version = "1.33";
+  version = "1.34";
 
   # 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-lPDFCwkNbmGgP2IEhGexmrvoUb5OEa57NvZfi5jDljo=";
+    hash = "sha256-xZsnys2F9guvTuX4DfXA0Vdg6taiQysAq34uBXTcr+s=";
   };
 
   postPatch = lib.optionalString doCheck ''