Skip to content

Commit d26300c

Browse files
authored
zed-editor: 0.170.1 -> 0.170.2 (#376188)
2 parents a5ed732 + c3d267a commit d26300c

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
@@ -95,15 +95,15 @@ let
9595
in
9696
rustPlatform.buildRustPackage rec {
9797
pname = "zed-editor";
98-
version = "0.170.1";
98+
version = "0.170.2";
9999

100100
outputs = [ "out" ] ++ lib.optional buildRemoteServer "remote_server";
101101

102102
src = fetchFromGitHub {
103103
owner = "zed-industries";
104104
repo = "zed";
105105
tag = "v${version}";
106-
hash = "sha256-prRBByJGzwwLowFX9P/k1QvjMvYk8yrvkSToK1RYJPQ=";
106+
hash = "sha256-E9p/JHHIQ2nQ6LeFob1tDf6UopeEWL/Z7INstehvfEI=";
107107
};
108108

109109
patches = [
@@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
123123
'';
124124

125125
useFetchCargoVendor = true;
126-
cargoHash = "sha256-40Pif9JYN9uKqXTmaTMriYEvZ7DkcbNCif5h7YdiceY=";
126+
cargoHash = "sha256-A9sTR5MCLXskhvJHVGRQ/rSLwOKqhfgJi5zaGsgglL0=";
127127

128128
nativeBuildInputs =
129129
[

0 commit comments

Comments
 (0)