Skip to content

Commit 6c4e072

Browse files
authored
zed-editor: 0.171.4 -> 0.171.6 (#378610)
2 parents 7bffe55 + f390e85 commit 6c4e072

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.171.4";
98+
version = "0.171.6";
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-DeZHXU106uqCyqjdF+rMdnFifra9ug9Dzosg+PcD8Nw=";
106+
hash = "sha256-OQE/6bNGogcDpZOEUXq33E98/t1HKelTTX48X4wo2MI=";
107107
};
108108

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

125125
useFetchCargoVendor = true;
126-
cargoHash = "sha256-uB6CM3KSr57sfbh81rXBhNq8LChme5+WHVIjwZrSso4=";
126+
cargoHash = "sha256-lucQTqTc63a3HvqwWVosqxMzy4TgC+Mj77rFzVbwBR8=";
127127

128128
nativeBuildInputs =
129129
[

0 commit comments

Comments
 (0)