Merge pull request #43892 from periklis/skhd-update
skhd: bump 0.1.1 to 0.2.2
This commit is contained in:
commit
7110d87d51
pkgs/os-specific/darwin/skhd
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "skhd-${version}";
|
name = "skhd-${version}";
|
||||||
version = "0.1.1";
|
version = "0.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koekeishiya";
|
owner = "koekeishiya";
|
||||||
repo = "skhd";
|
repo = "skhd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wh7v90ydh27gbaiwn2r6ncx6yiic4mph3w9vi1282nz2q02zxss";
|
sha256 = "0mn6svz2mqbpwlx510r447vflfcxryykpin6h6429dlz0wjlipa8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ Carbon ];
|
buildInputs = [ Carbon ];
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Simple hotkey daemon for macOS";
|
description = "Simple hotkey daemon for macOS";
|
||||||
homepage = https://github.com/koekeishiya/skhd;
|
homepage = https://github.com/koekeishiya/skhd;
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
maintainers = with maintainers; [ lnl7 ];
|
maintainers = with maintainers; [ lnl7 periklis ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue