wlroots: 0.8.0 -> 0.8.1

Changelog: https://github.com/swaywm/wlroots/releases/tag/0.8.1
This commit is contained in:
Michael Weiss 2019-10-07 23:15:20 +02:00
parent 1c32b7235d
commit 02eca5f31e
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.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "swaywm";
repo = "wlroots";
rev = version;
sha256 = "0w3lfzczry5zk7x2kxdb8anb4bymsby6h1i2gc0w2f8hgx4m2b9x";
sha256 = "1ak86kx617c81dy85wg9rldy1z3n8ch93cjc05a4j6sifv0nkyfm";
};
# $out for the library and $examples for the example programs (in examples):