summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-12 05:08:55 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-12 14:08:55 +0200
commit280fba591d8839919110081839b542133a5dbf9a (patch)
treeeebee8b5be489933ef47bf2502bb3c48737a8856 /pkgs/development/libraries/wayland
parent926dc3881eb4e69dab6000c4bff473c658608a7e (diff)
downloadnixpkgs-280fba591d8839919110081839b542133a5dbf9a.tar
nixpkgs-280fba591d8839919110081839b542133a5dbf9a.tar.gz
nixpkgs-280fba591d8839919110081839b542133a5dbf9a.tar.bz2
nixpkgs-280fba591d8839919110081839b542133a5dbf9a.tar.lz
nixpkgs-280fba591d8839919110081839b542133a5dbf9a.tar.xz
nixpkgs-280fba591d8839919110081839b542133a5dbf9a.tar.zst
nixpkgs-280fba591d8839919110081839b542133a5dbf9a.zip
wayland-protocols: 1.13 -> 1.14 (#40312)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wayland-protocols/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.14 with grep in /nix/store/ibl7b0wvz8l75vrp86mbm80ds7xzcwkb-wayland-protocols-1.14
- directory tree listing: https://gist.github.com/f3bc0989bebcd51aafb53ff19f920d69
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 ed986604819..c1065b20e6b 100644
--- a/pkgs/development/libraries/wayland/protocols.nix
+++ b/pkgs/development/libraries/wayland/protocols.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name = "wayland-protocols-${version}";
-  version = "1.13";
+  version = "1.14";
 
   src = fetchurl {
     url = "http://wayland.freedesktop.org/releases/${name}.tar.xz";
-    sha256 = "0f4gqvmz53q9d8h0ilhf4z773nb4vskzx11a3d1jycym120bqn07";
+    sha256 = "1xknjcfhqvdi1s4iq4kk1q61fg2rar3g8q4vlqarpd324imqjj4n";
   };
 
   nativeBuildInputs = [ pkgconfig ];