Merge pull request #70651 from primeos/wlroots

wlroots: 0.7.0 -> 0.8.1
This commit is contained in:
Michael Weiss 2019-10-08 13:08:50 +02:00 committed by GitHub
commit 07d4df5962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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