19 stdenv.mkDerivation rec {
20 pname = "switchboard-plug-sound";
23 src = fetchFromGitHub {
27 sha256 = "sha256-GLeQxdrrjz4MurN8Ia5Q68y6gHuyxiMVNneft1AXKvs=";
51 updateScript = nix-update-script { };
55 description = "Switchboard Sound Plug";
56 homepage = "https://github.com/elementary/switchboard-plug-sound";
57 license = licenses.lgpl21Plus;
58 platforms = platforms.linux;
59 maintainers = teams.pantheon.members;