Skip to content

Commit b84674d

Browse files
authored
zed-editor: 0.178.5 -> 0.179.3 (#393955)
2 parents f0d4569 + 320a833 commit b84674d

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
@@ -98,7 +98,7 @@ let
9898
in
9999
rustPlatform.buildRustPackage (finalAttrs: {
100100
pname = "zed-editor";
101-
version = "0.178.5";
101+
version = "0.179.3";
102102

103103
outputs =
104104
[ "out" ]
@@ -110,7 +110,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
110110
owner = "zed-industries";
111111
repo = "zed";
112112
tag = "v${finalAttrs.version}";
113-
hash = "sha256-YkoIOBoR5hMt99D1bJ1yWLv7C/rY6VKC5J/7c5SMUFs=";
113+
hash = "sha256-9NJQ0uPID+YVtxDorh3tbokWmqIXNGqzUzIG5ConbWw=";
114114
};
115115

116116
patches = [
@@ -136,7 +136,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
136136
'';
137137

138138
useFetchCargoVendor = true;
139-
cargoHash = "sha256-xJaiHngsm74RdcEUXaDrc/Hwy4ywZrEiJt7JYTc/NpM=";
139+
cargoHash = "sha256-45yY18I+n5RevPgvgXROAxS4Ub7+TzlAL7qKqEeYMTI=";
140140

141141
nativeBuildInputs =
142142
[

0 commit comments

Comments
 (0)