Merge pull request #227958 from natsukium/sketchybar/update

sketchybar: 2.14.4 -> 2.15.1
This commit is contained in:
Nick Cao 2023-04-25 10:05:45 +08:00 committed by GitHub
commit ea374dc8f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@ in
stdenv.mkDerivation rec {
pname = "sketchybar";
version = "2.14.4";
version = "2.15.1";
src = fetchFromGitHub {
owner = "FelixKratz";
repo = "SketchyBar";
rev = "v${version}";
hash = "sha256-snB1DII04OeoPbLzblfgdaM1hdXL62u/g/0CNLmqrxo=";
hash = "sha256-0jCVDaFc7ZvA8apeHRoQvPhAlaGlBHzqUkS9or88PcM=";
};
buildInputs = [ Carbon Cocoa CoreWLAN DisplayServices SkyLight ];