Skip to content

Commit 62e67d2

Browse files
authored
zed-editor: 0.167.2 -> 0.168.2 (NixOS#372195)
2 parents ae5d2be + cf86265 commit 62e67d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ze/zed-editor/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ let
9393
in
9494
rustPlatform.buildRustPackage rec {
9595
pname = "zed-editor";
96-
version = "0.167.2";
96+
version = "0.168.2";
9797

9898
src = fetchFromGitHub {
9999
owner = "zed-industries";
100100
repo = "zed";
101101
tag = "v${version}";
102-
hash = "sha256-2Cgh3dv+3CSZoj2bY1SdNA4xicn03hSvfAl0GyKYF/A=";
102+
hash = "sha256-ar1JpLbfKdFZFszCCmYMzTQx6yhVIFFT+EbeA7H5H2g=";
103103
};
104104

105105
patches = [
@@ -119,7 +119,7 @@ rustPlatform.buildRustPackage rec {
119119
'';
120120

121121
useFetchCargoVendor = true;
122-
cargoHash = "sha256-PAwgPQEvaU/9fTlsYQPalv9M7oRLafdnNoidtwpGI5Q=";
122+
cargoHash = "sha256-Vw/WUOLiIOuULSMT57G8MsubQR63J+oh88lmlPNkRYs=";
123123

124124
nativeBuildInputs =
125125
[

0 commit comments

Comments
 (0)