dbus: 1.14.8 -> 1.14.10

This commit is contained in:
R. Ryantm 2023-09-05 13:35:48 +00:00
parent c04722cf0c
commit 01520e5694

View File

@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "dbus";
version = "1.14.8";
version = "1.14.10";
src = fetchurl {
url = "https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz";
sha256 = "sha256-pr1brFzxnww8WUva4lZaCVaWmApoOg7zfLYhLgk73jU=";
sha256 = "sha256-uh8h0r2dM52i1KqHgMCd8y/qh5mLc9ok9Jq53x42pQ8=";
};
patches = lib.optional stdenv.isSunOS ./implement-getgrouplist.patch;