summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-20 22:09:21 -0500
committerWill Dietz <w@wdtz.org>2019-03-21 16:25:00 -0500
commit480293b6f61aa1783ab42bc45b62391c224fe500 (patch)
tree2ae7ca7defabf769caef702465f898aeeef6106e /pkgs/development/libraries/wayland
parent7957a93520d458727c19532c607f6d7176f78207 (diff)
downloadnixpkgs-480293b6f61aa1783ab42bc45b62391c224fe500.tar
nixpkgs-480293b6f61aa1783ab42bc45b62391c224fe500.tar.gz
nixpkgs-480293b6f61aa1783ab42bc45b62391c224fe500.tar.bz2
nixpkgs-480293b6f61aa1783ab42bc45b62391c224fe500.tar.lz
nixpkgs-480293b6f61aa1783ab42bc45b62391c224fe500.tar.xz
nixpkgs-480293b6f61aa1783ab42bc45b62391c224fe500.tar.zst
nixpkgs-480293b6f61aa1783ab42bc45b62391c224fe500.zip
wayland: 1.16.0 -> 1.17.0
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040335.html
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040291.html
Diffstat (limited to 'pkgs/development/libraries/wayland')
-rw-r--r--pkgs/development/libraries/wayland/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/wayland/default.nix b/pkgs/development/libraries/wayland/default.nix
index 8a5a5dc070e..60d240552d4 100644
--- a/pkgs/development/libraries/wayland/default.nix
+++ b/pkgs/development/libraries/wayland/default.nix
@@ -7,12 +7,12 @@
 assert expat != null;
 
 stdenv.mkDerivation rec {
-  name = "wayland-${version}";
-  version = "1.16.0";
+  pname = "wayland";
+  version = "1.17.0";
 
   src = fetchurl {
-    url = "https://wayland.freedesktop.org/releases/${name}.tar.xz";
-    sha256 = "1xajhxad43izq9f7sbww1hlg42nayijy8xnp21kgpk09c6sw4wjf";
+    url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
+    sha256 = "194ibzwpdcn6fvk4xngr4bf5axpciwg2bj82fdvz88kfmjw13akj";
   };
 
   separateDebugInfo = true;