Skip to content

Commit 12dbe9f

Browse files
authored
zed-editor: 0.162.5 -> 0.163.2 (#359652)
2 parents 64d681a + cb607f7 commit 12dbe9f

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
@@ -90,13 +90,13 @@ let
9090
in
9191
rustPlatform.buildRustPackage rec {
9292
pname = "zed-editor";
93-
version = "0.162.5";
93+
version = "0.163.2";
9494

9595
src = fetchFromGitHub {
9696
owner = "zed-industries";
9797
repo = "zed";
9898
rev = "refs/tags/v${version}";
99-
hash = "sha256-ZrjrJbRvyw5insK+v5fxKj8ouylIPxapDVFgLb3M3uE=";
99+
hash = "sha256-Bt6xbtkBYBuZW7hQ40UZwOjZJ7tqc9xL6XTvaD3KQjs=";
100100
};
101101

102102
patches =
@@ -118,7 +118,7 @@ rustPlatform.buildRustPackage rec {
118118
];
119119

120120
useFetchCargoVendor = true;
121-
cargoHash = "sha256-/KjZTtkSI7njErwgwJY5OEM172TreBfq80w8bA3xg2k=";
121+
cargoHash = "sha256-QvvuVyPc+8Km8psdLQFc4PnSWFZsfkKuxzRK17HjEvE=";
122122

123123
nativeBuildInputs =
124124
[

0 commit comments

Comments
 (0)