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 95
95
in
96
96
rustPlatform . buildRustPackage rec {
97
97
pname = "zed-editor" ;
98
- version = "0.170.1 " ;
98
+ version = "0.170.2 " ;
99
99
100
100
outputs = [ "out" ] ++ lib . optional buildRemoteServer "remote_server" ;
101
101
102
102
src = fetchFromGitHub {
103
103
owner = "zed-industries" ;
104
104
repo = "zed" ;
105
105
tag = "v${ version } " ;
106
- hash = "sha256-prRBByJGzwwLowFX9P/k1QvjMvYk8yrvkSToK1RYJPQ =" ;
106
+ hash = "sha256-E9p/JHHIQ2nQ6LeFob1tDf6UopeEWL/Z7INstehvfEI =" ;
107
107
} ;
108
108
109
109
patches = [
@@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
123
123
'' ;
124
124
125
125
useFetchCargoVendor = true ;
126
- cargoHash = "sha256-40Pif9JYN9uKqXTmaTMriYEvZ7DkcbNCif5h7YdiceY =" ;
126
+ cargoHash = "sha256-A9sTR5MCLXskhvJHVGRQ/rSLwOKqhfgJi5zaGsgglL0 =" ;
127
127
128
128
nativeBuildInputs =
129
129
[
You can’t perform that action at this time.
0 commit comments