skhd: 0.3.0 -> 0.3.5

gstqt5
cmacrae 2020-05-02 09:58:41 +01:00
parent 4155800c82
commit 1e16e652d8
1 changed files with 4 additions and 4 deletions

View File

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