about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-05 13:35:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-05 13:35:48 +0000
commit01520e5694b81fd4d181a40b06a26fcc031d0171 (patch)
treee3d0e8014dd220cef845638c3f488fa7e6b5fd8b
parentc04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53 (diff)
dbus: 1.14.8 -> 1.14.10
-rw-r--r--pkgs/development/libraries/dbus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/dbus/default.nix b/pkgs/development/libraries/dbus/default.nix
index d8c3309acb9f0..e9f0f013fe29f 100644
--- a/pkgs/development/libraries/dbus/default.nix
+++ b/pkgs/development/libraries/dbus/default.nix
@@ -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;