Commit 75683e28 authored by Austin Horstman's avatar Austin Horstman Committed by Anderson Torres
Browse files

sketchybar: 2.15.2 -> 2.16.1

parent dfbd88a7
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, Carbon
, Cocoa
, AppKit
, CoreAudio
, CoreWLAN
, CoreVideo
, DisplayServices
, IOKit
, MediaRemote
, SkyLight
}:
@@ -18,20 +20,22 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "sketchybar";
  version = "2.15.2";
  version = "2.16.1";

  src = fetchFromGitHub {
    owner = "FelixKratz";
    repo = "SketchyBar";
    rev = "v${finalAttrs.version}";
    hash = "sha256-13wc+1IgplB+L0j1AbBr/MUjEo4W38ZgJwrAhbdOroE=";
    hash = "sha256-H+bR5ZhUTrN2KAEdY/hnq6c3TEb1NQvPQ9uPo09gSM8=";
  };

  buildInputs = [
    Carbon
    Cocoa
    AppKit
    CoreAudio
    CoreWLAN
    CoreVideo
    DisplayServices
    IOKit
    MediaRemote
    SkyLight
  ];
+1 −1
Original line number Diff line number Diff line
@@ -13111,7 +13111,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) Carbon Cocoa CoreWLAN DisplayServices MediaRemote SkyLight;
    inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreAudio CoreWLAN CoreVideo DisplayServices IOKit MediaRemote SkyLight;
  };
  sketchybar-app-font = callPackage ../data/fonts/sketchybar-app-font { };