File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ze/zed-editor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9595in
9696rustPlatform . 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 [
You can’t perform that action at this time.
0 commit comments