Skip to content

Commit

Permalink
Merge pull request #15887 from groxxda/bump/weston
Browse files Browse the repository at this point in the history
wayland & weston: 1.10.0 -> 1.11.0
  • Loading branch information
joachifm committed Jun 7, 2016
2 parents c259ad9 + 85a525c commit bb70dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/weston/default.nix
Expand Up @@ -7,11 +7,11 @@

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

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

nativeBuildInputs = [ pkgconfig ];
Expand Down
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 bb70dd0

Please sign in to comment.