We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b94fcb commit cb607f7Copy full SHA for cb607f7
pkgs/by-name/ze/zed-editor/package.nix
@@ -90,13 +90,13 @@ let
90
in
91
rustPlatform.buildRustPackage rec {
92
pname = "zed-editor";
93
- version = "0.162.5";
+ version = "0.163.2";
94
95
src = fetchFromGitHub {
96
owner = "zed-industries";
97
repo = "zed";
98
rev = "refs/tags/v${version}";
99
- hash = "sha256-ZrjrJbRvyw5insK+v5fxKj8ouylIPxapDVFgLb3M3uE=";
+ hash = "sha256-Bt6xbtkBYBuZW7hQ40UZwOjZJ7tqc9xL6XTvaD3KQjs=";
100
};
101
102
patches =
@@ -118,7 +118,7 @@ rustPlatform.buildRustPackage rec {
118
];
119
120
useFetchCargoVendor = true;
121
- cargoHash = "sha256-/KjZTtkSI7njErwgwJY5OEM172TreBfq80w8bA3xg2k=";
+ cargoHash = "sha256-QvvuVyPc+8Km8psdLQFc4PnSWFZsfkKuxzRK17HjEvE=";
122
123
nativeBuildInputs =
124
[
0 commit comments