Skip to content

Commit

Permalink
Merge pull request #99714 from Luflosi/update/kitty
Browse files Browse the repository at this point in the history
kitty: 0.19.0 -> 0.19.1
  • Loading branch information
marsam committed Oct 6, 2020
2 parents 5aa3618 + 14385e0 commit 4d1dab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/kitty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.19.0";
version = "0.19.1";
format = "other";

src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "0j2ci6acfl21mm111iis0aa5jp1hl1fnlvlhhfps9j5w4ba8sy7z";
sha256 = "145fx4nnn0gszawllfwqf1h65ak0ij6ffargs7y0cgaxsc991s6m";
};

buildInputs = [
Expand Down

0 comments on commit 4d1dab4

Please sign in to comment.