3
0
Fork 0
forked from mirrors/nixpkgs

weston: 1.12.0 -> 3.0.0

This commit is contained in:
Joerg Thalheim 2017-11-20 16:55:52 +00:00
parent 2ac6343d56
commit fc39418ad4

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
name = "weston-${version}";
version = "1.12.0";
version = "3.0.0";
src = fetchurl {
url = "http://wayland.freedesktop.org/releases/${name}.tar.xz";
sha256 = "ac7ac2a32e3b9f50131fccded5d2326bd36b2226712d90b61999118a09af5033";
sha256 = "19936zlkb75xcaidd8fag4ah8000wrh2ziqy7nxkq36pimgdbqfd";
};
nativeBuildInputs = [ pkgconfig ];