summary refs log tree commit diff
path: root/pkgs/development/libraries/dbus
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-02-20 21:38:24 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-02-20 21:38:24 +0100
commit9458018a875402fe246efad2672a1a4c0ede074a (patch)
treef64778fa3a66cc58781297d4afac4b9c709eab10 /pkgs/development/libraries/dbus
parentdbae14164b1748e6f5b67bcf43e0c64b48c37e8f (diff)
downloadnixpkgs-9458018a875402fe246efad2672a1a4c0ede074a.tar
nixpkgs-9458018a875402fe246efad2672a1a4c0ede074a.tar.gz
nixpkgs-9458018a875402fe246efad2672a1a4c0ede074a.tar.bz2
nixpkgs-9458018a875402fe246efad2672a1a4c0ede074a.tar.lz
nixpkgs-9458018a875402fe246efad2672a1a4c0ede074a.tar.xz
nixpkgs-9458018a875402fe246efad2672a1a4c0ede074a.tar.zst
nixpkgs-9458018a875402fe246efad2672a1a4c0ede074a.zip
dbus: 1.10.14 -> 1.10.16
It's for "security" issue that's considered unexploitable with a sane
config.
Diffstat (limited to 'pkgs/development/libraries/dbus')
-rw-r--r--pkgs/development/libraries/dbus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/dbus/default.nix b/pkgs/development/libraries/dbus/default.nix
index 7075874adf8..6f7a845b809 100644
--- a/pkgs/development/libraries/dbus/default.nix
+++ b/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}";