wlroots: 0.14.0 -> 0.14.1

(cherry picked from commit 7632ba310eb4fcb249abbaf67c4094afafd17c18)
This commit is contained in:
Michael Weiss 2021-07-08 17:56:23 +02:00 committed by Maximilian Bosch
parent 07909ad7f4
commit 46667847c0
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 2 additions and 2 deletions

View File

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