about summary refs log tree commit diff
path: root/pkgs/development/libraries/xdg-dbus-proxy
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-16 03:24:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-16 03:24:33 +0000
commitc925bd932e586cf563fa7ff96ff4b417ce158f1a (patch)
tree8677929db3c10b51d73a2dd11e26438f5c7bcd79 /pkgs/development/libraries/xdg-dbus-proxy
parentb51db7ec1be773cc478a3f7060e04721f2a5c881 (diff)
xdg-dbus-proxy: 0.1.4 -> 0.1.5
Diffstat (limited to 'pkgs/development/libraries/xdg-dbus-proxy')
-rw-r--r--pkgs/development/libraries/xdg-dbus-proxy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xdg-dbus-proxy/default.nix b/pkgs/development/libraries/xdg-dbus-proxy/default.nix
index c88c7d42b128b..32eaf135d28c8 100644
--- a/pkgs/development/libraries/xdg-dbus-proxy/default.nix
+++ b/pkgs/development/libraries/xdg-dbus-proxy/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "xdg-dbus-proxy";
-  version = "0.1.4";
+  version = "0.1.5";
 
   src = fetchurl {
     url = "https://github.com/flatpak/xdg-dbus-proxy/releases/download/${version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-HsDqtT0eSZZtciNSvP1RrEAtzlGQuu3HSahUHnYWcKs=";
+    sha256 = "sha256-Bh3Pr4oGUOX9nVQy3+iL2nSeoNB53BNjBL/s+84GYfs=";
   };
 
   nativeBuildInputs = [