Skip to content

Commit 002e317

Browse files
authored
zed-editor: 0.169.2 -> 0.169.3 (NixOS#375618)
2 parents 4c8857a + c72fadc commit 002e317

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.169.2";
98+
version = "0.169.3";
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-IdJVWsHWMzE0AZxFy6jOmquc2jFeozNDdAhbB3fFMwk=";
106+
hash = "sha256-F7R3GDjz5I82CqupVcTvhR+wvANAcxjIDDJ8azVTtfY=";
107107
};
108108

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

125125
useFetchCargoVendor = true;
126-
cargoHash = "sha256-0zH5J3nvBpqD22nFzX98MBoTtNDpWS4NSSMcT1DB2SM=";
126+
cargoHash = "sha256-yuf2NNnclaMKXJnbg+SC7xqcgkf4JT36GqWXNBNZUCI=";
127127

128128
nativeBuildInputs =
129129
[

0 commit comments

Comments
 (0)