Bobby Rong 2023-07-26 12:51:54 +08:00
parent b12803b6d9
commit c5355d2bfe
No known key found for this signature in database

View file

@ -3,15 +3,9 @@
mkXfceDerivation {
category = "apps";
pname = "xfce4-volumed-pulse";
version = "0.2.3";
version = "0.2.4";
sha256 = "sha256-EgmTk19p9OBmz3rWQB0LoPhhoDm4u1V6/vvgitOzUuc=";
# https://gitlab.xfce.org/apps/xfce4-volumed-pulse/-/merge_requests/3
postPatch = ''
substituteInPlace configure.ac.in \
--replace "2.16" "2.26"
'';
sha256 = "sha256-NDIJRjKV5aoM2sLhZ6WmoynOc4yz55KpuiTJDMLMA5Y=";
buildInputs = [ gtk3 libnotify libpulseaudio keybinder3 xfconf ];