lol

kitty: 0.40.0->0.40.1 (#390886)

authored by

Peder Bergebakken Sundt and committed by
GitHub
fbac5721 78585049

+3 -15
+3 -15
pkgs/by-name/ki/kitty/package.nix
··· 56 56 with python3Packages; 57 57 buildPythonApplication rec { 58 58 pname = "kitty"; 59 - version = "0.40.0"; 59 + version = "0.40.1"; 60 60 format = "other"; 61 61 62 62 src = fetchFromGitHub { 63 63 owner = "kovidgoyal"; 64 64 repo = "kitty"; 65 65 tag = "v${version}"; 66 - hash = "sha256-c+u+lMuokDR8kWM0an3jFPC/qoK2RZTKqHZtfEnqtnM="; 66 + hash = "sha256-ta9MTbSkIkowkd5zBUbtauFNGVRDgxof1SSQXuEgFTQ="; 67 67 }; 68 68 69 69 goModules = 70 70 (buildGo123Module { 71 71 pname = "kitty-go-modules"; 72 72 inherit src version; 73 - vendorHash = "sha256-gBEzW2k1HDDmg1P1t6u90Lf1lLe1IKGpF2T9iCA31qs="; 73 + vendorHash = "sha256-wr5R2X+lV8vVVWsDYLLSaz7HRNOB7Zzk/a7knsdDlXs="; 74 74 }).goModules; 75 75 76 76 buildInputs = ··· 159 159 # Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes: 160 160 # OSError: master_fd is in error condition 161 161 ./disable-test_ssh_bootstrap_with_different_launchers.patch 162 - 163 - # Remove after 0.40.1 164 - (fetchpatch { 165 - url = "https://github.com/kovidgoyal/kitty/commit/6171ca6.patch"; 166 - hash = "sha256-OBB0YcgEYgw3Jcg+Dgus6rwQ4gGL6GMr6pd7m9CGq9k="; 167 - }) 168 - 169 - (fetchpatch { 170 - url = "https://github.com/kovidgoyal/kitty/commit/8cbdd003e2.patch"; 171 - hash = "sha256-pKIJIqIdPfB4kQ6FtpYDumpgjJkMxoLT8fKzfgWYJnw="; 172 - }) 173 - 174 162 ]; 175 163 176 164 hardeningDisable = [