Merge pull request #245735 from adamcstephens/kitty/0.29.2
kitty: 0.29.1 -> 0.29.2
This commit is contained in:
commit
39cf0a691c
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "kitty";
|
pname = "kitty";
|
||||||
version = "0.29.1";
|
version = "0.29.2";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kovidgoyal";
|
owner = "kovidgoyal";
|
||||||
repo = "kitty";
|
repo = "kitty";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-C7Km98N/ER+IJ964V+BFkVF8N7uRmraPIpHn8yJtb/Q=";
|
hash = "sha256-ureJHG6Jh4bsXqQZnGwY5Hlq7sXxYX3iTajb8ZkpZw8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goModules = (buildGoModule {
|
goModules = (buildGoModule {
|
||||||
|
|
Loading…
Reference in a new issue