kitty: 0.36.1 -> 0.36.4

This commit is contained in:
leiserfg 2024-09-29 15:21:03 +02:00
parent 06e62b4042
commit bb89119ec7
No known key found for this signature in database

View File

@ -25,28 +25,28 @@
, zsh , zsh
, fish , fish
, nixosTests , nixosTests
, go , go_1_23
, buildGoModule , buildGo123Module
, nix-update-script , nix-update-script
}: }:
with python3Packages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "kitty"; pname = "kitty";
version = "0.36.1"; version = "0.36.4";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kovidgoyal"; owner = "kovidgoyal";
repo = "kitty"; repo = "kitty";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-7+MxxgQQlAje7klfJvvEWe8CfxyN0oTGQJ/QOORFUsY="; hash = "sha256-nN0y2VKK5UNaozpHQNPN7AYkto9z6rJNpYRJhvLPtVQ=";
}; };
goModules = (buildGoModule { goModules = (buildGo123Module {
pname = "kitty-go-modules"; pname = "kitty-go-modules";
inherit src version; inherit src version;
vendorHash = "sha256-YN4sSdDNDIVgtcykg60H0bZEryRHJJfZ5rXWUMYXGr4="; vendorHash = "sha256-8hsQH7OdsxeVG6pomuxdmTXNmQYBROoUUxoC10LeLFo=";
}).goModules; }).goModules;
buildInputs = [ buildInputs = [
@ -82,7 +82,7 @@ buildPythonApplication rec {
sphinx-copybutton sphinx-copybutton
sphinxext-opengraph sphinxext-opengraph
sphinx-inline-tabs sphinx-inline-tabs
go go_1_23
fontconfig fontconfig
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
imagemagick imagemagick