Skip to content

Commit 56cb048

Browse files
authored
kitty: 0.45.0 -> 0.46.0 (NixOS#498784)
2 parents 4369463 + 94e7dbe commit 56cb048

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pkgs/by-name/ki/kitty/package.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
zsh,
4040
fish,
4141
nixosTests,
42-
go_1_24,
43-
buildGo124Module,
42+
go_1_26,
43+
buildGo126Module,
4444
nix-update-script,
4545
makeBinaryWrapper,
4646
darwin,
@@ -51,21 +51,21 @@
5151
with python3Packages;
5252
buildPythonApplication rec {
5353
pname = "kitty";
54-
version = "0.45.0";
54+
version = "0.46.0";
5555
pyproject = false;
5656

5757
src = fetchFromGitHub {
5858
owner = "kovidgoyal";
5959
repo = "kitty";
6060
tag = "v${version}";
61-
hash = "sha256-3XQWmLd8F0ndzzLOcV/7144M9enqc/7FULVLeM2Kpts=";
61+
hash = "sha256-YkJtiJQd7V/OhR45rE1qNgu1RmhAwFmgu3YVpCLrGa4=";
6262
};
6363

6464
goModules =
65-
(buildGo124Module {
65+
(buildGo126Module {
6666
pname = "kitty-go-modules";
6767
inherit src version;
68-
vendorHash = "sha256-aLl9hPfRmUE8VARwkwXhxjzDPKUGNGD+yzxY5pUIcgs=";
68+
vendorHash = "sha256-DEaMBblHpfcrySuMqM6SGFPyEyVd8SiXYiftHQBnYdE=";
6969
}).goModules;
7070

7171
buildInputs = [
@@ -110,7 +110,7 @@ buildPythonApplication rec {
110110
sphinx-copybutton
111111
sphinxext-opengraph
112112
sphinx-inline-tabs
113-
go_1_24
113+
go_1_26
114114
fontconfig
115115
makeBinaryWrapper
116116
]

0 commit comments

Comments
 (0)