wlroots: 0.9.0 -> 0.9.1

Changelog: https://github.com/swaywm/wlroots/releases/tag/0.9.1
This commit is contained in:
Michael Weiss 2020-01-07 12:33:51 +01:00
parent 1db77e58d0
commit ce6dd5eda2
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.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "swaywm";
repo = "wlroots";
rev = version;
sha256 = "0sifcrqs82kg9zxqnlr1pl4cw9v9qqakyg3rkysywc9svbikd1g3";
sha256 = "0lh0m5wmr5a73zgqnnrrcnrywy7wjsrs839agiq9hf1yrgav3m8z";
};
# $out for the library and $examples for the example programs (in examples):