dbus: 1.14.4 -> 1.14.6

This commit is contained in:
R. Ryantm 2023-03-16 03:02:26 +00:00
parent 4121483085
commit 32c7999a10

View file

@ -19,11 +19,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dbus"; pname = "dbus";
version = "1.14.4"; version = "1.14.6";
src = fetchurl { src = fetchurl {
url = "https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz"; url = "https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz";
sha256 = "sha256-fA+bjl7A/yR5OD5iwAhKOimvme3xUU6fZZuBsw1ONT4="; sha256 = "sha256-/SvfG7idw2WkZTG/9jFTbyKw0cbVzixcXlm1UmWz1ms=";
}; };
patches = lib.optional stdenv.isSunOS ./implement-getgrouplist.patch; patches = lib.optional stdenv.isSunOS ./implement-getgrouplist.patch;