Skip to content

Commit 1b22b11

Browse files
committed
noctalia-shell: 4.6.7 -> 4.7.0
- bump `noctalia-shell` from 4.6.7 to 4.7.0 - disable `cavaSupport` by default resolves #501303
1 parent f04aee9 commit 1b22b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/no/noctalia-shell/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
bluetoothSupport ? true,
3535
brightnessctlSupport ? true,
36-
cavaSupport ? true,
36+
cavaSupport ? false,
3737
cliphistSupport ? true,
3838
ddcutilSupport ? true,
3939
wlsunsetSupport ? true,
@@ -71,13 +71,13 @@ let
7171
in
7272
stdenvNoCC.mkDerivation (finalAttrs: {
7373
pname = "noctalia-shell";
74-
version = "4.6.7";
74+
version = "4.7.0";
7575

7676
src = fetchFromGitHub {
7777
owner = "noctalia-dev";
7878
repo = "noctalia-shell";
7979
tag = "v${finalAttrs.version}";
80-
hash = "sha256-6fuxf185uga/AaeFgN6VUygGE8bUEkzZSA1UQ1FFes4=";
80+
hash = "sha256-reOWZQkykkID4G3Kg5ola8WTf1GlZFfUYOGs3M+41GM=";
8181
};
8282

8383
nativeBuildInputs = [

0 commit comments

Comments
 (0)