diff options
| author | GaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com> | 2025-02-08 00:20:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-08 00:20:13 +0100 |
| commit | 063c28cb635b276ed8e1739fb455375be4eb3f49 (patch) | |
| tree | 6ea790701b0ea0b9321fb268e8db47ddacdb94b1 | |
| parent | livepeer: 0.8.1 -> 0.8.3 (#380174) (diff) | |
| parent | zed-editor: 0.172.9 -> 0.172.10 (diff) | |
| download | nixpkgs-063c28cb635b276ed8e1739fb455375be4eb3f49.tar.gz | |
zed-editor: 0.172.9 -> 0.172.10 (#380188)
| -rw-r--r-- | pkgs/by-name/ze/zed-editor/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ze/zed-editor/package.nix b/pkgs/by-name/ze/zed-editor/package.nix index 6ebb25b2e56f..a9063b74d076 100644 --- a/pkgs/by-name/ze/zed-editor/package.nix +++ b/pkgs/by-name/ze/zed-editor/package.nix @@ -96,7 +96,7 @@ let in rustPlatform.buildRustPackage rec { pname = "zed-editor"; - version = "0.172.9"; + version = "0.172.10"; outputs = [ "out" ] ++ lib.optional buildRemoteServer "remote_server"; @@ -104,7 +104,7 @@ rustPlatform.buildRustPackage rec { owner = "zed-industries"; repo = "zed"; tag = "v${version}"; - hash = "sha256-mS2LyeqaFRL0M+6ZkmBowOOK0AJJIKiLpLjAvO7nqX0="; + hash = "sha256-4R7s+575ofL9JK1Axvvk2Z9QgHPxvJrgl9zCv3m+sZY="; }; patches = [ @@ -124,7 +124,7 @@ rustPlatform.buildRustPackage rec { ''; useFetchCargoVendor = true; - cargoHash = "sha256-G+/dAVlh+uHsQx7Lymi8tkKclwPjgtuKBX2d9KUc/IU="; + cargoHash = "sha256-yzShyOn90U79Ts+sKLhAK6SYiqPX7MKT/9fgF2plgI4="; nativeBuildInputs = [ |
