Merge pull request #51697 from dtzWill/update/dbus-1.12.12

dbus: 1.12.10 -> 1.12.12
This commit is contained in:
Florian Klink 2018-12-08 15:54:18 +01:00 committed by GitHub
commit 717e5589fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ assert x11Support -> libX11 != null
&& libSM != null;
let
version = "1.12.10";
sha256 = "1xywijmgfad4m3cxp0b4l6kvypwc53ckmhwwzbrc6n32jwj3ssab";
version = "1.12.12";
sha256 = "1y7mxhkw2shd9mi9s62k81lz8npjkrafapr4fyfms7hs04kg4ilm";
self = stdenv.mkDerivation {
name = "dbus-${version}";