From faeba3b8f45e49c14146fe2cf08299559c88eb40 Mon Sep 17 00:00:00 2001 From: Nathan Gill Date: Mon, 23 Mar 2026 10:38:00 +0000 Subject: [PATCH] noctalia-shell: 4.6.7 -> 4.7.1 - bump `noctalia-shell` from 4.6.7 to 4.7.1 - remove runtime dependency on `cava` resolves #501303 --- pkgs/by-name/no/noctalia-shell/package.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 = [