about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/kitty
AgeCommit message (Collapse)AuthorFilesLines
2024-04-19Merge pull request #305287 from kashw2/kittyThomas Gerbet1-2/+2
kitty: 0.34.0 -> 0.34.1
2024-04-19kitty: remove adamcstephens as maintainerAdam Stephens1-1/+1
2024-04-19kitty: 0.34.0 -> 0.34.1kashw21-2/+2
2024-04-15kitty: 0.33.1 -> 0.34.0kashw21-3/+3
2024-03-23kitty: 0.33.0 -> 0.33.1R. Ryantm1-4/+4
2024-03-13kitty: 0.32.2 -> 0.33.0leiserfg1-8/+12
2024-02-15kitty: 0.32.1 -> 0.32.2Christopher Bayliss1-3/+3
2024-01-27kitty: 0.32.0 -> 0.32.1Adam Stephens1-3/+6
Changelog: https://sw.kovidgoyal.net/kitty/changelog/ https://github.com/kovidgoyal/kitty/blob/v0.32.1/docs/changelog.rst
2024-01-23kitty-themes: unstable-2032-09-15 -> unstable-2023-12-28Beisenherz, Steffen [CBC]1-3/+3
Updated the kitty-themes revision to use
2024-01-20kitty: 0.31.0 -> 0.32.0kashw21-3/+3
2023-11-10Merge pull request #266335 from adamcstephens/kitty/0.31.0Mario Rodas1-3/+7
kitty: 0.30.1 -> 0.31.0
2023-11-08kitty: 0.30.1 -> 0.31.0Adam Stephens1-3/+7
2023-11-05treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph1-4/+4
2023-10-06Merge pull request #259187 from cafkafk/cafk-kittyOTABI Tomoya1-3/+3
kitty: 0.30.0 -> 0.30.1
2023-10-05kitty: 0.30.0 -> 0.30.1Christina Sørensen1-3/+3
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-05kitty-themes: unstable-2023-06-01 -> unstable-2023-09-15Anderson Torres1-4/+4
2023-09-20kitty: 0.29.2 -> 0.30.0kashw21-6/+8
2023-08-26kitty: no need to disable strictoverflow hardeningTheodore Ni1-3/+0
2023-08-26treewide: add meta.mainProgram (#251487)Austin Horstman1-0/+1
* skhd: add meta.mainProgram * yabai: add meta.mainProgram * kitty: add meta.mainProgram * alacritty: add meta.mainProgram * thunar: add meta.mainProgram * looking-glass-client: add meta.mainProgram * thunderbird: add meta.mainProgram * ckb-next: add meta.mainProgram * virt-manager: add meta.mainProgram * gh: add meta.mainProgram
2023-07-27Merge pull request #245735 from adamcstephens/kitty/0.29.2Nick Cao1-2/+2
kitty: 0.29.1 -> 0.29.2
2023-07-27kitty: 0.29.1 -> 0.29.2Adam Stephens1-2/+2
2023-07-27terminal-emulators/kitty: ShellCheck embedded scriptsVictor Engmark1-5/+5
2023-07-20Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-17kitty: 0.29.0 -> 0.29.1Adam Stephens1-2/+2
2023-07-14Merge pull request #242905 from Artturin/gomodu1Artturi1-2/+1
2023-07-14treewide: go-modules -> goModulesArtturin1-2/+1
In 787af0f79f128cb21b113d2eb37e64d913f18aae I had to change ${go-modules} to $goModules to allow overrideAttrs to work; However, env vars cannot contain -, so i had to change go-modules too. This in turn broke nix-update because it uses the go-modules attr. Instead of making nix-update more complicated, make go-modules naming match cargoDeps. `fd --type f | xargs sd '\bgo-modules\b' 'goModules'` and revert change to pkgs/applications/misc/dstask/default.nix and pkgs/servers/http/dave/default.nix and pkgs/os-specific/darwin/plistwatch/default.nix release note added
2023-07-13Merge #243211: treewide: disable fortify3 flag on packagesVladimír Čunát1-2/+7
...into staging-next
2023-07-12kitty: disable fortify3 hardening flagTheodore Ni1-2/+7
2023-07-12kitty: 0.28.1 -> 0.29.0Adam Stephens1-9/+14
2023-07-05kitty: make possible to override goModulesArtturin1-2/+2
go-modules name had to be changed to goModules so it becomes a env var (bash vars can't contain -) enables overriding the build without overriding configurePhase ``` pkgs.kitty.overrideAttrs (finalAttrs: previousAttrs: { name = "kitty-master"; version = "master"; src = pkgs.fetchFromGitHub { owner = "kovidgoyal"; repo = "kitty"; rev = "66a2efd191f98a1a5b3c2d4fdc9569204b445a2f"; sha256 = "sha256-pJuhnJOjGBflHXOOYKrg9/e3c+VGEESZtfka84ARCd4="; }; goModules = (pkgs.buildGoModule { pname = "kitty-go-modules"; inherit (finalAttrs) src version; vendorHash = "sha256-eAovZ/7JnvXlnlFyt0skhYJ1Nrzy2XCpRlQvSmWCyaY="; }).go-modules; }) ```
2023-06-02kitty-themes: unstable-2023-03-08 -> unstable-2023-06-01Lin Jian1-3/+3
2023-04-21kitty: 0.27.1 -> 0.28.1Adam Stephens1-23/+17
2023-03-12kitty-themes: 2023-01-08 -> 2023-03-08Anderson Torres1-13/+22
2023-03-12kitty-themes: move to kitty directoryAnderson Torres1-0/+27
2023-02-07kitty: 0.27.0 -> 0.27.1Adam Stephens1-3/+3
2023-02-05kitty: fix GOFLAGS typo to resolve go runtime dependencyAdam Stephens1-2/+1
2023-02-05kitty: build kitten statically and expose as outputAdam Stephens1-1/+9
2023-02-05kitty: 0.26.5 -> 0.27.0Adam Stephens1-15/+22
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-17kitty: Fix clone-in-kitty not working on bash >= 5.2Malo Bourgon1-1/+8
2023-01-16kitty: unbreak on `x86_64-darwin`Malo Bourgon1-9/+4
2022-12-30kitty: use apple_sdk_11 and mark as broken on x86_64-darwinAdam Stephens1-3/+5
2022-12-30kitty: add adamcstephens as maintainerAdam Stephens1-1/+1
2022-11-07kitty: 0.26.2 -> 0.26.5R. Ryantm1-3/+3
2022-10-03kitty: 0.25.2 -> 0.26.2Luflosi2-16/+33
https://github.com/kovidgoyal/kitty/releases/tag/v0.26.2
2022-08-09kitty: fix tests on darwinVir Chaudhury1-0/+17
2022-06-13kitty: 0.25.1 -> 0.25.2Brian Leung1-33/+2
2022-05-31kitty: 0.25.0 -> 0.25.1Brian Leung3-52/+31
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel1-0/+1
2022-05-28Merge pull request #170545 from malob/update-kittyArtturi5-15/+101
kitty: 0.24.4 -> 0.25.0