forked from mirrors/nixpkgs
dbus: small update, fixing boot on slow machines
See http://cgit.freedesktop.org/dbus/dbus/tree/NEWS?h=dbus-1.8
This commit is contained in:
parent
a9bad25ffe
commit
443e0fcbea
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
, libX11, libICE, libSM, useX11 ? (stdenv.isLinux || stdenv.isDarwin) }:
|
||||
|
||||
let
|
||||
version = "1.8.10";
|
||||
sha256 = "13mgvwigm931r8n9363imnn0vn6dvc0m322k3p8fs5c8nvyqggqh";
|
||||
version = "1.8.12";
|
||||
sha256 = "07jhcalg00i2rx5zrgk73rg0vm7lzi5q5z2gscrbl999ipr2h569";
|
||||
|
||||
inherit (stdenv) lib;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue