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 9696in
9797rustPlatform . buildRustPackage rec {
9898 pname = "zed-editor" ;
99- version = "0.174.4 " ;
99+ version = "0.174.5 " ;
100100
101101 outputs = [ "out" ] ++ lib . optional buildRemoteServer "remote_server" ;
102102
103103 src = fetchFromGitHub {
104104 owner = "zed-industries" ;
105105 repo = "zed" ;
106106 tag = "v${ version } " ;
107- hash = "sha256-Nvd4SvjnuyepYY/B8s7gafp3ZlOheOFqnIwncoq2Dhg =" ;
107+ hash = "sha256-zy0YiCPvLK8jRYldxuPaUfN2/VSPKgqCBu3ZQxZ/mT4 =" ;
108108 } ;
109109
110110 patches = [
@@ -124,7 +124,7 @@ rustPlatform.buildRustPackage rec {
124124 '' ;
125125
126126 useFetchCargoVendor = true ;
127- cargoHash = "sha256-9rnnYf0bJr0BzBXL3sI5yRnCMKgWMfbvvRdbyaqZVi0 =" ;
127+ cargoHash = "sha256-qxLowOIQ0j4ilzCdfiMQQIMfeQHvl5J8GyNJLeJ1GE4 =" ;
128128
129129 nativeBuildInputs =
130130 [
You can’t perform that action at this time.
0 commit comments