skhd: 0.0.10 -> 0.0.12

This commit is contained in:
Daiderd Jordan 2018-03-25 00:53:46 +01:00
parent b790f92e78
commit 261a958170
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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;