pantheon.switchboard-plug-sound: 2.3.2 -> 2.3.3

https://github.com/elementary/switchboard-plug-sound/releases/tag/2.3.3
This commit is contained in:
Bobby Rong 2023-07-25 10:34:12 +08:00
parent eda2ca13b3
commit 09ac4e2784
No known key found for this signature in database

View file

@ -7,6 +7,7 @@
, pkg-config
, vala
, libgee
, libhandy
, granite
, gtk3
, pulseaudio
@ -16,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-sound";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-a3GYtV0f+I9grnwndGI782/shpUWpR6GrRRD380Q6+o=";
sha256 = "sha256-JXt/S+vNzuRaRC0DMX13Lxv+OoAPRQmSLv9fsvnkWY4=";
};
nativeBuildInputs = [
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
gtk3
libcanberra-gtk3
libgee
libhandy
pulseaudio
switchboard
];