Merge pull request #58077 from dtzWill/update/wayland-1.17.0

wayland: 1.16.0 -> 1.17.0
This commit is contained in:
Will Dietz 2019-03-24 21:42:03 -05:00 committed by GitHub
commit 3e6f54a0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;