Merge pull request #245496 from bobby285271/upd/xfce

xfce.xfce4-volumed-pulse: 0.2.3 -> 0.2.4
This commit is contained in:
Bobby Rong 2023-07-27 11:54:42 +08:00 committed by GitHub
commit 4e9f191620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];