mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-25.11] zed-editor: 0.214.6 -> 0.214.7 (#466519)
This commit is contained in:
commit
cfa939a432
1 changed files with 3 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ let
|
|||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "zed-editor";
|
||||
version = "0.214.6";
|
||||
version = "0.214.7";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
@ -114,7 +114,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
owner = "zed-industries";
|
||||
repo = "zed";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-QEhvp0/ywD6bZff0VZ1mrs2oB3UGHaZl707kWBaZJOk=";
|
||||
hash = "sha256-DHKwGE5/FL3gYm9DwM1sGRsdX8kbhojLmi4B00Grtqg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
@ -134,7 +134,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
rm -r $out/git/*/candle-book/
|
||||
'';
|
||||
|
||||
cargoHash = "sha256-y5hFHYoG1tM+O/64cDhjLbbQxiL0pTgSPRxVVuo0Bs4=";
|
||||
cargoHash = "sha256-rkiqQKLjoWbkkDs53zqlxFx7A5Yv7AygHBXO78dRNsk=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue