File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
5151with python3Packages ;
5252buildPythonApplication 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 ]
You can’t perform that action at this time.
0 commit comments