summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNano Twerpus <nanotwerp@gmail.com>2024-05-31 06:48:01 -0400
committerNano Twerpus <nanotwerp@gmail.com>2024-05-31 06:48:01 -0400
commit9f83bd8ca3c55511c117e21df2c275aa74937f50 (patch)
tree4c3ce3ee8ad43fe64377406ccb37ed05a2513470
parent2dc0bf5786f1fcc0445013249c48f207312b7c8d (diff)
kitty: 0.35.0 -> 0.35.1
-rw-r--r--pkgs/applications/terminal-emulators/kitty/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/kitty/default.nix b/pkgs/applications/terminal-emulators/kitty/default.nix
index 708ffd8ecbbe..ea09667c0648 100644
--- a/pkgs/applications/terminal-emulators/kitty/default.nix
+++ b/pkgs/applications/terminal-emulators/kitty/default.nix
@@ -31,20 +31,20 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
- version = "0.35.0";
+ version = "0.35.1";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "refs/tags/v${version}";
- hash = "sha256-d/pPoa+bY7FAjFcd+32aXKDevJRoCGA209uLZ/4WRpQ=";
+ hash = "sha256-Hp8phZIVvg1oH6ajSmpcQ0uDXRzMQjVBIRYqpgro/24=";
};
goModules = (buildGo122Module {
pname = "kitty-go-modules";
inherit src version;
- vendorHash = "sha256-rEG3mmghvEih2swm+2gp/G9EC2YdyjaOnvq+tALC3jo=";
+ vendorHash = "sha256-mpyotGzv8UU9pg/3UNZBx0Rkm5kzMzIlDSHuhtNALfw=";
}).goModules;
buildInputs = [