We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04aee9 commit 1b22b11Copy full SHA for 1b22b11
pkgs/by-name/no/noctalia-shell/package.nix
@@ -33,7 +33,7 @@
33
34
bluetoothSupport ? true,
35
brightnessctlSupport ? true,
36
- cavaSupport ? true,
+ cavaSupport ? false,
37
cliphistSupport ? true,
38
ddcutilSupport ? true,
39
wlsunsetSupport ? true,
@@ -71,13 +71,13 @@ let
71
in
72
stdenvNoCC.mkDerivation (finalAttrs: {
73
pname = "noctalia-shell";
74
- version = "4.6.7";
+ version = "4.7.0";
75
76
src = fetchFromGitHub {
77
owner = "noctalia-dev";
78
repo = "noctalia-shell";
79
tag = "v${finalAttrs.version}";
80
- hash = "sha256-6fuxf185uga/AaeFgN6VUygGE8bUEkzZSA1UQ1FFes4=";
+ hash = "sha256-reOWZQkykkID4G3Kg5ola8WTf1GlZFfUYOGs3M+41GM=";
81
};
82
83
nativeBuildInputs = [
0 commit comments