about summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland/protocols.nix
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-07-09 12:20:33 +0200
committerMichael Weiss <dev.primeos@gmail.com>2022-07-09 12:22:45 +0200
commite60e4e01369a868ecd963c9558f8295585ce3495 (patch)
treed4623b84c3d6cfbb01623c67d9a7db686f2c7f89 /pkgs/development/libraries/wayland/protocols.nix
parent72c9a2a647a59e117a3f9e1218cefe37d30bae5c (diff)
wayland-protocols: 1.25 -> 1.26
Release announcement:
https://lists.freedesktop.org/archives/wayland-devel/2022-July/042270.html
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 61696d232f794..5fca71ebf0c19 100644
--- a/pkgs/development/libraries/wayland/protocols.nix
+++ b/pkgs/development/libraries/wayland/protocols.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wayland-protocols";
-  version = "1.25";
+  version = "1.26";
 
   doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
 
   src = fetchurl {
     url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
-    sha256 = "0q0laxdvf8p8b7ks2cbpqf6q0rwrjycqrp8pf8rxm86hk5qhzzzi";
+    sha256 = "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5";
   };
 
   postPatch = lib.optionalString doCheck ''