Merge pull request #39897 from r-ryantm/auto-update/dbus

dbus: 1.12.6 -> 1.12.8
This commit is contained in:
xeji 2018-05-03 14:39:45 +02:00 committed by GitHub
commit edc9258e6e
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.6";
sha256 = "05picaq8j60wlwyi84qvw5liw3nd0cws9va3krnc3pms0wm906v2";
version = "1.12.8";
sha256 = "1cvfi7jiby12h0f5gbysphhk99m6mch87ab3cqxkj0w36gkrkp72";
self = stdenv.mkDerivation {
name = "dbus-${version}";