sketchybar: 2.17.1 -> 2.18.0

This commit is contained in:
Zhong Jianxin 2023-10-28 22:21:13 +08:00
parent dcf4c1d8c7
commit 508da65355
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, AppKit
, Carbon
, CoreAudio
, CoreWLAN
, CoreVideo
@ -21,17 +22,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sketchybar";
version = "2.17.1";
version = "2.18.0";
src = fetchFromGitHub {
owner = "FelixKratz";
repo = "SketchyBar";
rev = "v${finalAttrs.version}";
hash = "sha256-QilZurp4QkwOo4jbYXMs4SesqyXXsEgF8dDwt/Kv94s=";
hash = "sha256-GeFB+eE/NW9ZopwVSmSfMK3WiJLCJNXOdmQpYc3m8WE=";
};
buildInputs = [
AppKit
Carbon
CoreAudio
CoreWLAN
CoreVideo

View File

@ -13247,7 +13247,7 @@ with pkgs;
sixpair = callPackage ../tools/misc/sixpair { };
sketchybar = darwin.apple_sdk_11_0.callPackage ../os-specific/darwin/sketchybar {
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreAudio CoreWLAN CoreVideo DisplayServices IOKit MediaRemote SkyLight;
inherit (darwin.apple_sdk_11_0.frameworks) AppKit Carbon CoreAudio CoreWLAN CoreVideo DisplayServices IOKit MediaRemote SkyLight;
};
sketchybar-app-font = callPackage ../data/fonts/sketchybar-app-font { };