tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
kitty: 0.43.0->0.43.1
leiserfg
5 months ago
cabaf208
d48b56f4
+2
-9
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ki
kitty
package.nix
+2
-9
pkgs/by-name/ki/kitty/package.nix
···
51
51
with python3Packages;
52
52
buildPythonApplication rec {
53
53
pname = "kitty";
54
54
-
version = "0.43.0";
54
54
+
version = "0.43.1";
55
55
format = "other";
56
56
57
57
src = fetchFromGitHub {
58
58
owner = "kovidgoyal";
59
59
repo = "kitty";
60
60
tag = "v${version}";
61
61
-
hash = "sha256-wPLXuZWhaA51J7jGHffh/xnXzWDKCXV2G3Uvrg7G8Kg=";
61
61
+
hash = "sha256-Wd61Q1sG55oDxPuHJpmvSWuptwJIuzgn2sB/dzNRc1c=";
62
62
};
63
63
64
64
goModules =
···
142
142
# Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes:
143
143
# OSError: master_fd is in error condition
144
144
./disable-test_ssh_bootstrap_with_different_launchers.patch
145
145
-
146
146
-
# Fix test failure with fish >= 4.1
147
147
-
# See: https://github.com/kovidgoyal/kitty/commit/2f991691f9dca291c52bd619c800d3c2f3eb0d66
148
148
-
(fetchpatch {
149
149
-
url = "https://github.com/kovidgoyal/kitty/commit/2f991691f9dca291c52bd619c800d3c2f3eb0d66.patch";
150
150
-
hash = "sha256-LIQz3e2qgiwpsMd5EbEcvd7ePEEPJvIH4NmNpxydQiU=";
151
151
-
})
152
145
];
153
146
154
147
hardeningDisable = [