kitty 0.5.0 -> 0.5.1
This commit is contained in:
parent
9ce1111bf3
commit
69eb4dbf3c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
name = "kitty-${version}";
|
name = "kitty-${version}";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ buildPythonApplication rec {
|
|||||||
owner = "kovidgoyal";
|
owner = "kovidgoyal";
|
||||||
repo = "kitty";
|
repo = "kitty";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w202rsgswagb3kiqbwg4xixcglip2hhz6wj1qx9x2whi4zl1l68";
|
sha256 = "0zs5b1sxi2f1lgpjs1qvd15gz6m1wfpyqskyyr0vmm4ch3rgp5zz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ fontconfig glfw ncurses libunistring harfbuzz ];
|
buildInputs = [ fontconfig glfw ncurses libunistring harfbuzz ];
|
||||||
|
Loading…
Reference in New Issue
Block a user