diff --git a/pkgs/by-name/no/noctalia-shell/package.nix b/pkgs/by-name/no/noctalia-shell/package.nix index 686661c059cd..f12557168d6f 100644 --- a/pkgs/by-name/no/noctalia-shell/package.nix +++ b/pkgs/by-name/no/noctalia-shell/package.nix @@ -11,7 +11,6 @@ # runtime deps bluez, brightnessctl, - cava, cliphist, ddcutil, wlsunset, @@ -33,7 +32,6 @@ bluetoothSupport ? true, brightnessctlSupport ? true, - cavaSupport ? true, cliphistSupport ? true, ddcutilSupport ? true, wlsunsetSupport ? true, @@ -51,7 +49,6 @@ let ] ++ lib.optional bluetoothSupport bluez ++ lib.optional brightnessctlSupport brightnessctl - ++ lib.optional cavaSupport cava ++ lib.optional cliphistSupport cliphist ++ lib.optional ddcutilSupport ddcutil ++ lib.optional wlsunsetSupport wlsunset @@ -71,13 +68,13 @@ let in stdenvNoCC.mkDerivation (finalAttrs: { pname = "noctalia-shell"; - version = "4.6.7"; + version = "4.7.1"; src = fetchFromGitHub { owner = "noctalia-dev"; repo = "noctalia-shell"; tag = "v${finalAttrs.version}"; - hash = "sha256-6fuxf185uga/AaeFgN6VUygGE8bUEkzZSA1UQ1FFes4="; + hash = "sha256-h5jMVGjgrfVPufMG3AMj/HGfU/EqU/4WEK7HCKhMN2E="; }; nativeBuildInputs = [