summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-18 22:19:06 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-19 00:19:06 +0200
commita7e5927b4739c6e6427fc993f077cd3eb5433db7 (patch)
tree3fe2b5de7fbb41fc9d33a1678f4370508852985b
parent25b10dfaec62e4cb0fa990d7e9f8f89256a8a24d (diff)
downloadnixlib-a7e5927b4739c6e6427fc993f077cd3eb5433db7.tar
nixlib-a7e5927b4739c6e6427fc993f077cd3eb5433db7.tar.gz
nixlib-a7e5927b4739c6e6427fc993f077cd3eb5433db7.tar.bz2
nixlib-a7e5927b4739c6e6427fc993f077cd3eb5433db7.tar.lz
nixlib-a7e5927b4739c6e6427fc993f077cd3eb5433db7.tar.xz
nixlib-a7e5927b4739c6e6427fc993f077cd3eb5433db7.tar.zst
nixlib-a7e5927b4739c6e6427fc993f077cd3eb5433db7.zip
xfce4-13.parole: 0.9.2 -> 1.0.1 (#43765)
-rw-r--r--pkgs/desktops/xfce4-13/parole/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/xfce4-13/parole/default.nix b/pkgs/desktops/xfce4-13/parole/default.nix
index c1976727c048..e720791f1c47 100644
--- a/pkgs/desktops/xfce4-13/parole/default.nix
+++ b/pkgs/desktops/xfce4-13/parole/default.nix
@@ -1,4 +1,4 @@
-{ mkXfceDerivation, makeWrapper, wrapGAppsHook, dbus, dbus_glib
+{ mkXfceDerivation, makeWrapper, wrapGAppsHook, dbus, dbus-glib
 , gst-plugins-bad ? null, gst-plugins-base, gst-plugins-good
 , gst-plugins-ugly ? null, gtk3, libnotify, libxfce4ui, libxfce4util
 , taglib ? null, xfconf }:
@@ -8,9 +8,9 @@
 mkXfceDerivation rec {
   category = "apps";
   pname = "parole";
-  version = "0.9.2";
+  version = "1.0.1";
 
-  sha256 = "07i9d7xn2ys3z71sxvr53idq4ivy94pqgxvr0k78crva39ls08s5";
+  sha256 = "0zq1imbjqmwfk3yrsha2s7lclzbh8xgggz0rbksa51siqk73swbb";
 
   postPatch = ''
     substituteInPlace src/plugins/mpris2/Makefile.am \
@@ -21,7 +21,7 @@ mkXfceDerivation rec {
 
   buildInputs = [
     dbus
-    dbus_glib
+    dbus-glib
     gst-plugins-bad
     gst-plugins-base
     gst-plugins-good