summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-08-24 12:31:20 +0200
committerMichael Weiss <dev.primeos@gmail.com>2019-08-24 16:30:46 +0200
commita48865eea0908baf86f4fef2c5d5130df5f9f10e (patch)
tree9410a1f5b1fd4db53131b514d31793310e0ea6f8 /pkgs/development/libraries/wayland
parent783a689dedd4d77f2812571d6441eb72873197dc (diff)
downloadnixpkgs-a48865eea0908baf86f4fef2c5d5130df5f9f10e.tar
nixpkgs-a48865eea0908baf86f4fef2c5d5130df5f9f10e.tar.gz
nixpkgs-a48865eea0908baf86f4fef2c5d5130df5f9f10e.tar.bz2
nixpkgs-a48865eea0908baf86f4fef2c5d5130df5f9f10e.tar.lz
nixpkgs-a48865eea0908baf86f4fef2c5d5130df5f9f10e.tar.xz
nixpkgs-a48865eea0908baf86f4fef2c5d5130df5f9f10e.tar.zst
nixpkgs-a48865eea0908baf86f4fef2c5d5130df5f9f10e.zip
wayland-protocols: 1.17 -> 1.18
Diffstat (limited to 'pkgs/development/libraries/wayland')
-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 d2af8b084e6..0b367f4a930 100644
--- a/pkgs/development/libraries/wayland/protocols.nix
+++ b/pkgs/development/libraries/wayland/protocols.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "wayland-protocols";
-  version = "1.17";
+  version = "1.18";
 
   src = fetchurl {
     url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
-    sha256 = "0bw1sqixqk2a7mqw630cs4dlgcp5yib90vyikzm3lr05jz7ij4yz";
+    sha256 = "1cvl93h83ymbfhb567jv5gzyq08181w7c46rsw4xqqqpcvkvfwrx";
   };
 
   nativeBuildInputs = [ pkgconfig ];