Unverified Commit baaafaed authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

noctalia-shell: 4.6.7 -> 4.7.1 (#501377)

parents db6b8d81 faeba3b8
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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 = [