mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
skhd: 0.3.0 -> 0.3.5
This commit is contained in:
parent
4155800c82
commit
1e16e652d8
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "skhd";
|
||||
version = "0.3.0";
|
||||
version = "0.3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "koekeishiya";
|
||||
repo = "skhd";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "13pqnassmzppy2ipv995rh8lzw9rraxvi0ph6zgy63cbsdfzbhgl";
|
||||
sha256 = "0x099979kgpim18r0vi9vd821qnv0rl3rkj0nd1nx3wljxgf7mrg";
|
||||
};
|
||||
|
||||
buildInputs = [ Carbon ];
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Simple hotkey daemon for macOS";
|
||||
homepage = "https://github.com/koekeishiya/skhd";
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ lnl7 periklis ];
|
||||
maintainers = with maintainers; [ cmacrae lnl7 periklis ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue