Skip to content

Commit 55fbd4b

Browse files
committed
zed-editor: 0.176.2 -> 0.176.3
Signed-off-by: John Titor <[email protected]>
1 parent f104cca commit 55fbd4b

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.176.2";
101+
version = "0.176.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-uTq9/skBMz8n2NjGBQKOIOMp/rTDL+azEUzV4jTUJvE=";
113+
hash = "sha256-5bn70R5phHZmAf/71IK8o2laHcCo92cCiaKQ7xo0Uag=";
114114
};
115115

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

138138
useFetchCargoVendor = true;
139-
cargoHash = "sha256-b4YTVrz2nOwQnVU42E+LD1YjsUAWN7+fCr2z8IVwH6o=";
139+
cargoHash = "sha256-IaAY1u5xLomvUtb4FjE4uE0w01rMmyR/DH0QD9cOK5Y=";
140140

141141
nativeBuildInputs =
142142
[

0 commit comments

Comments
 (0)