Skip to content

Commit 9143f62

Browse files
committed
kitty: 0.38.0 -> 0.38.1
1 parent 7e4fc99 commit 9143f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/terminal-emulators/kitty/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
with python3Packages;
3636
buildPythonApplication rec {
3737
pname = "kitty";
38-
version = "0.38.0";
38+
version = "0.38.1";
3939
format = "other";
4040

4141
src = fetchFromGitHub {
4242
owner = "kovidgoyal";
4343
repo = "kitty";
4444
rev = "refs/tags/v${version}";
45-
hash = "sha256-XURoUYo0Nejcfi49s9AlyoG5fpE0/mjMke2UWG8lUiA=";
45+
hash = "sha256-0M4Bvhh3j9vPedE/d+8zaiZdET4mXcrSNUgLllhaPJw=";
4646
};
4747

4848
goModules = (buildGo123Module {

0 commit comments

Comments
 (0)