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.
2 parents ae5d2be + cf86265 commit 62e67d2Copy full SHA for 62e67d2
pkgs/by-name/ze/zed-editor/package.nix
@@ -93,13 +93,13 @@ let
93
in
94
rustPlatform.buildRustPackage rec {
95
pname = "zed-editor";
96
- version = "0.167.2";
+ version = "0.168.2";
97
98
src = fetchFromGitHub {
99
owner = "zed-industries";
100
repo = "zed";
101
tag = "v${version}";
102
- hash = "sha256-2Cgh3dv+3CSZoj2bY1SdNA4xicn03hSvfAl0GyKYF/A=";
+ hash = "sha256-ar1JpLbfKdFZFszCCmYMzTQx6yhVIFFT+EbeA7H5H2g=";
103
};
104
105
patches = [
@@ -119,7 +119,7 @@ rustPlatform.buildRustPackage rec {
119
'';
120
121
useFetchCargoVendor = true;
122
- cargoHash = "sha256-PAwgPQEvaU/9fTlsYQPalv9M7oRLafdnNoidtwpGI5Q=";
+ cargoHash = "sha256-Vw/WUOLiIOuULSMT57G8MsubQR63J+oh88lmlPNkRYs=";
123
124
nativeBuildInputs =
125
[
0 commit comments