3
0
Fork 0
forked from mirrors/nixpkgs

dbus: 1.10.10 -> 1.10.12 for CVE-2015-0245

This commit is contained in:
Graham Christensen 2016-10-19 08:31:14 -04:00
parent 09e4b78b48
commit bc1317c163
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -6,8 +6,8 @@ assert x11Support -> libX11 != null
&& libSM != null;
let
version = "1.10.10";
sha256 = "0hwsfczhx2djmc9116vj5v230i7gpjihwh3vbljs1ldlk831v3wx";
version = "1.10.12";
sha256 = "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1";
self = stdenv.mkDerivation {
name = "dbus-${version}";