Skip to content

Commit

Permalink
kitty: 0.11.3 -> 0.12.0 (#46067)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and xeji committed Sep 4, 2018
1 parent f50aa1c commit 6b74b16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/kitty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
fontconfig, pkgconfig, ncurses, imagemagick, xsel,
libstartup_notification, libX11, libXrandr, libXinerama, libXcursor,
libxkbcommon, libXi, libXext, wayland-protocols, wayland,
which
which, dbus
}:

with python3Packages;
buildPythonApplication rec {
version = "0.11.3";
version = "0.12.0";
name = "kitty-${version}";
format = "other";

src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "1fql8ayxvip8hgq9gy0dhqfvngv13gh5bf71vnc3agd80kzq1n73";
sha256 = "1n2pi9pc903inls1fvz257q7wpif76rj394qkgq7pixpisijdyjm";
};

buildInputs = [
fontconfig glfw ncurses libunistring harfbuzz libX11
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
wayland-protocols wayland
wayland-protocols wayland dbus
];

nativeBuildInputs = [ pkgconfig which sphinx ];
Expand Down

0 comments on commit 6b74b16

Please sign in to comment.