dbus: 1.10.14 -> 1.10.16

It's for "security" issue that's considered unexploitable with a sane
config.
wip/yesman
Vladimír Čunát 7 years ago
parent dbae14164b
commit 9458018a87
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 4
      pkgs/development/libraries/dbus/default.nix

@ -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}";

Loading…
Cancel
Save