lol

kitty: 0.43.0->0.43.1

leiserfg cabaf208 d48b56f4

+2 -9
+2 -9
pkgs/by-name/ki/kitty/package.nix
··· 51 51 with python3Packages; 52 52 buildPythonApplication rec { 53 53 pname = "kitty"; 54 - version = "0.43.0"; 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 - hash = "sha256-wPLXuZWhaA51J7jGHffh/xnXzWDKCXV2G3Uvrg7G8Kg="; 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 - 146 - # Fix test failure with fish >= 4.1 147 - # See: https://github.com/kovidgoyal/kitty/commit/2f991691f9dca291c52bd619c800d3c2f3eb0d66 148 - (fetchpatch { 149 - url = "https://github.com/kovidgoyal/kitty/commit/2f991691f9dca291c52bd619c800d3c2f3eb0d66.patch"; 150 - hash = "sha256-LIQz3e2qgiwpsMd5EbEcvd7ePEEPJvIH4NmNpxydQiU="; 151 - }) 152 145 ]; 153 146 154 147 hardeningDisable = [