Skip to content

Commit

Permalink
Merge pull request NixOS#263975 from azuwis/sketchybar
Browse files Browse the repository at this point in the history
sketchybar: 2.17.1 -> 2.18.0
  • Loading branch information
natsukium authored Oct 29, 2023
2 parents 37c7104 + 508da65 commit 3d0ecc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pkgs/os-specific/darwin/sketchybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, AppKit
, Carbon
, CoreAudio
, CoreWLAN
, CoreVideo
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 3d0ecc2

Please sign in to comment.