We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4fc99 commit 9143f62Copy full SHA for 9143f62
pkgs/applications/terminal-emulators/kitty/default.nix
@@ -35,14 +35,14 @@
35
with python3Packages;
36
buildPythonApplication rec {
37
pname = "kitty";
38
- version = "0.38.0";
+ version = "0.38.1";
39
format = "other";
40
41
src = fetchFromGitHub {
42
owner = "kovidgoyal";
43
repo = "kitty";
44
rev = "refs/tags/v${version}";
45
- hash = "sha256-XURoUYo0Nejcfi49s9AlyoG5fpE0/mjMke2UWG8lUiA=";
+ hash = "sha256-0M4Bvhh3j9vPedE/d+8zaiZdET4mXcrSNUgLllhaPJw=";
46
};
47
48
goModules = (buildGo123Module {
0 commit comments