Skip to content

Commit

Permalink
Merge pull request #38691 from r-ryantm/auto-update/wayland
Browse files Browse the repository at this point in the history
wayland: 1.14.0 -> 1.15.0
  • Loading branch information
matthewbauer committed Apr 19, 2018
2 parents 736d31e + f43da34 commit 5bc5900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wayland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ assert expat != null;

stdenv.mkDerivation rec {
name = "wayland-${version}";
version = "1.14.0";
version = "1.15.0";

src = fetchurl {
url = "https://wayland.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1f3sla6h0bw15fz8pjc67jhwj7pwmfdc7qlj42j5k9v116ycm07d";
sha256 = "1c5fnys8hi71cnzjv5k7j0r8gx80p0yyqlrpmn06mmarhnxvwgzb";
};

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

0 comments on commit 5bc5900

Please sign in to comment.