lol

xfce4-13.parole: 0.9.2 -> 1.0.1 (#43765)

authored by

volth and committed by
xeji
a7e5927b 25b10dfa

+4 -4
+4 -4
pkgs/desktops/xfce4-13/parole/default.nix
··· 1 - { mkXfceDerivation, makeWrapper, wrapGAppsHook, dbus, dbus_glib 1 + { mkXfceDerivation, makeWrapper, wrapGAppsHook, dbus, dbus-glib 2 2 , gst-plugins-bad ? null, gst-plugins-base, gst-plugins-good 3 3 , gst-plugins-ugly ? null, gtk3, libnotify, libxfce4ui, libxfce4util 4 4 , taglib ? null, xfconf }: ··· 8 8 mkXfceDerivation rec { 9 9 category = "apps"; 10 10 pname = "parole"; 11 - version = "0.9.2"; 11 + version = "1.0.1"; 12 12 13 - sha256 = "07i9d7xn2ys3z71sxvr53idq4ivy94pqgxvr0k78crva39ls08s5"; 13 + sha256 = "0zq1imbjqmwfk3yrsha2s7lclzbh8xgggz0rbksa51siqk73swbb"; 14 14 15 15 postPatch = '' 16 16 substituteInPlace src/plugins/mpris2/Makefile.am \ ··· 21 21 22 22 buildInputs = [ 23 23 dbus 24 - dbus_glib 24 + dbus-glib 25 25 gst-plugins-bad 26 26 gst-plugins-base 27 27 gst-plugins-good