all repos — flake @ e70fecbfdf16e5c08e6949684807dab8164ad444

got my cool flake

pkgs(zed): update zed
vi did:web:vt3e.cat
Wed, 06 May 2026 00:18:24 +0100
commit

e70fecbfdf16e5c08e6949684807dab8164ad444

parent

49e28aea85ee03da45fd125ec439e560ee84a75a

1 files changed, 3 insertions(+), 5 deletions(-)

jump to
M pkgs/zed.nixpkgs/zed.nix

@@ -19,11 +19,11 @@ }:

stdenv.mkDerivation rec { pname = "zeditor"; - version = "0.234.5-pre"; + version = "1.1.5-pre"; src = fetchurl { url = "https://github.com/zed-industries/zed/releases/download/v${version}/zed-linux-x86_64.tar.gz"; - sha256 = "sha256-6zeKuSQax2jHMgoYqwAsGRMTUIVBo/5Acf6Qr4TrYno="; + sha256 = "sha256-On98WABzkaZGu1MqyA/NIy28wdl3YHHExkxeCelUDlg="; }; nativeBuildInputs = [

@@ -52,7 +52,6 @@

chmod +x $out/bin/zed chmod +x $out/libexec/zed-editor - wrapProgram $out/bin/zed \ --prefix LD_LIBRARY_PATH : ${alsa-lib}/lib:${wayland}/lib:${libxkbcommon}/lib:${vulkan-loader}/lib:${mesa}/lib:${libXau}/lib:${libxcb}/lib:${libX11}/lib:${libXdmcp}/lib \ --set XKB_CONFIG_ROOT ${xkeyboard-config}/share/X11/xkb

@@ -66,10 +65,9 @@ if patchelf --print-rpath "$lib" &>/dev/null; then

patchelf --set-rpath '$ORIGIN' "$lib" || true fi done - patchelf --set-rpath '$ORIGIN/../lib' $out/libexec/.zed-editor-wrapped patchelf --set-rpath '$ORIGIN/../lib' $out/libexec/.zed-editor-wrapped - + patchelf --set-rpath '$ORIGIN/../lib' $out/libexec/.zed-editor-wrapped runHook postInstall '';