mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
skhd: 0.0.10 -> 0.0.12
This commit is contained in:
parent
b790f92e78
commit
261a958170
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "skhd-${version}";
|
||||
version = "0.0.10";
|
||||
version = "0.0.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "koekeishiya";
|
||||
repo = "skhd";
|
||||
rev = "v${version}";
|
||||
sha256 = "0a0r8z9bvb1pzqag7nqa84xm99n0xvg27cw11qcv65snr06bqc9w";
|
||||
sha256 = "09ihfd7cfqnfv095skn6rbrmjji61skwgg36b6s055fycrlbyp0h";
|
||||
};
|
||||
|
||||
buildInputs = [ Carbon ];
|
||||
@ -21,9 +21,6 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace $out/Library/LaunchDaemons/org.nixos.skhd.plist --subst-var out
|
||||
'';
|
||||
|
||||
# See https://github.com/koekeishiya/skhd/issues/28
|
||||
hardeningDisable = [ "all" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Simple hotkey daemon for macOS";
|
||||
homepage = https://github.com/koekeishiya/skhd;
|
||||
|
Loading…
Reference in New Issue
Block a user