dbus: 1.10.14 -> 1.10.16

It's for "security" issue that's considered unexploitable with a sane
config.
This commit is contained in:
Vladimír Čunát 2017-02-20 21:38:24 +01:00
parent dbae14164b
commit 9458018a87
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -6,8 +6,8 @@ assert x11Support -> libX11 != null
&& libSM != null;
let
version = "1.10.14";
sha256 = "10x0wvv2ly4lyyfd42k4xw0ar5qdbi9cksw3l5fcwf1y6mq8y8r3";
version = "1.10.16";
sha256 = "121kqkjsd3vgf8vca8364xl44qa5086h7qy5zs5f1l78ldpbmc57";
self = stdenv.mkDerivation {
name = "dbus-${version}";