Loading pkgs/by-name/ki/kitty/package.nix +3 −15 Original line number Diff line number Diff line Loading @@ -56,21 +56,21 @@ with python3Packages; buildPythonApplication rec { pname = "kitty"; version = "0.40.0"; version = "0.40.1"; format = "other"; src = fetchFromGitHub { owner = "kovidgoyal"; repo = "kitty"; tag = "v${version}"; hash = "sha256-c+u+lMuokDR8kWM0an3jFPC/qoK2RZTKqHZtfEnqtnM="; hash = "sha256-ta9MTbSkIkowkd5zBUbtauFNGVRDgxof1SSQXuEgFTQ="; }; goModules = (buildGo123Module { pname = "kitty-go-modules"; inherit src version; vendorHash = "sha256-gBEzW2k1HDDmg1P1t6u90Lf1lLe1IKGpF2T9iCA31qs="; vendorHash = "sha256-wr5R2X+lV8vVVWsDYLLSaz7HRNOB7Zzk/a7knsdDlXs="; }).goModules; buildInputs = Loading Loading @@ -159,18 +159,6 @@ buildPythonApplication rec { # Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes: # OSError: master_fd is in error condition ./disable-test_ssh_bootstrap_with_different_launchers.patch # Remove after 0.40.1 (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/6171ca6.patch"; hash = "sha256-OBB0YcgEYgw3Jcg+Dgus6rwQ4gGL6GMr6pd7m9CGq9k="; }) (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/8cbdd003e2.patch"; hash = "sha256-pKIJIqIdPfB4kQ6FtpYDumpgjJkMxoLT8fKzfgWYJnw="; }) ]; hardeningDisable = [ Loading Loading
pkgs/by-name/ki/kitty/package.nix +3 −15 Original line number Diff line number Diff line Loading @@ -56,21 +56,21 @@ with python3Packages; buildPythonApplication rec { pname = "kitty"; version = "0.40.0"; version = "0.40.1"; format = "other"; src = fetchFromGitHub { owner = "kovidgoyal"; repo = "kitty"; tag = "v${version}"; hash = "sha256-c+u+lMuokDR8kWM0an3jFPC/qoK2RZTKqHZtfEnqtnM="; hash = "sha256-ta9MTbSkIkowkd5zBUbtauFNGVRDgxof1SSQXuEgFTQ="; }; goModules = (buildGo123Module { pname = "kitty-go-modules"; inherit src version; vendorHash = "sha256-gBEzW2k1HDDmg1P1t6u90Lf1lLe1IKGpF2T9iCA31qs="; vendorHash = "sha256-wr5R2X+lV8vVVWsDYLLSaz7HRNOB7Zzk/a7knsdDlXs="; }).goModules; buildInputs = Loading Loading @@ -159,18 +159,6 @@ buildPythonApplication rec { # Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes: # OSError: master_fd is in error condition ./disable-test_ssh_bootstrap_with_different_launchers.patch # Remove after 0.40.1 (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/6171ca6.patch"; hash = "sha256-OBB0YcgEYgw3Jcg+Dgus6rwQ4gGL6GMr6pd7m9CGq9k="; }) (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/8cbdd003e2.patch"; hash = "sha256-pKIJIqIdPfB4kQ6FtpYDumpgjJkMxoLT8fKzfgWYJnw="; }) ]; hardeningDisable = [ Loading