skhd: bump 0.1.1 to 0.2.2

+3 -3
+3 -3
pkgs/os-specific/darwin/skhd/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "skhd-${version}"; 5 - version = "0.1.1"; 5 + version = "0.2.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "koekeishiya"; 9 9 repo = "skhd"; 10 10 rev = "v${version}"; 11 - sha256 = "1wh7v90ydh27gbaiwn2r6ncx6yiic4mph3w9vi1282nz2q02zxss"; 11 + sha256 = "0mn6svz2mqbpwlx510r447vflfcxryykpin6h6429dlz0wjlipa8"; 12 12 }; 13 13 14 14 buildInputs = [ Carbon ]; ··· 25 25 description = "Simple hotkey daemon for macOS"; 26 26 homepage = https://github.com/koekeishiya/skhd; 27 27 platforms = platforms.darwin; 28 - maintainers = with maintainers; [ lnl7 ]; 28 + maintainers = with maintainers; [ lnl7 periklis ]; 29 29 license = licenses.mit; 30 30 }; 31 31 }