Skip to content

Commit

Permalink
wayland: 1.10.0 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groxxda committed Jun 1, 2016
1 parent eda2000 commit 85a525c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wayland/default.nix
Expand Up @@ -8,11 +8,11 @@ assert expat != null;

stdenv.mkDerivation rec {
name = "wayland-${version}";
version = "1.10.0";
version = "1.11.0";

src = fetchurl {
url = "http://wayland.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1p307ly1yyqjnzn9dbv78yffql2qszn84qk74lwanl3gma8fgxjb";
sha256 = "1c0d5ivy9n44hykvw2ggrvqrnn7naw3wg11vbvgwzgi8g5gr4h4m";
};

configureFlags = "--with-scanner --disable-documentation";
Expand Down

0 comments on commit 85a525c

Please sign in to comment.