wlroots: 0.7.0 -> 0.8.0

Changelog: https://github.com/swaywm/wlroots/releases/tag/0.8.0
This commit is contained in:
Michael Weiss 2019-10-07 18:24:49 +02:00
parent bc0f2b5b07
commit 1c32b7235d
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wlroots";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "swaywm";
repo = "wlroots";
rev = version;
sha256 = "0jzxa6psbc7ddxli7rbfqxmv1svxnis51l1vch4hb9fdixqm284a";
sha256 = "0w3lfzczry5zk7x2kxdb8anb4bymsby6h1i2gc0w2f8hgx4m2b9x";
};
# $out for the library and $examples for the example programs (in examples):