Skip to content

Commit 53402f9

Browse files
authored
zed-editor: 0.166.2 -> 0.167.1 (#370025)
2 parents 63b08ef + 97f8479 commit 53402f9

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
@@ -93,13 +93,13 @@ let
9393
in
9494
rustPlatform.buildRustPackage rec {
9595
pname = "zed-editor";
96-
version = "0.166.2";
96+
version = "0.167.1";
9797

9898
src = fetchFromGitHub {
9999
owner = "zed-industries";
100100
repo = "zed";
101101
tag = "v${version}";
102-
hash = "sha256-Z3WdJRn6JpZpZlHq2vjIq1EX1vW4+Gv/XAz2H4WH0Fw=";
102+
hash = "sha256-6UwsWOthQHL4+kPogS5DZIg44VPJBT29uIgcxIQJwtU=";
103103
};
104104

105105
patches = [
@@ -119,7 +119,7 @@ rustPlatform.buildRustPackage rec {
119119
'';
120120

121121
useFetchCargoVendor = true;
122-
cargoHash = "sha256-J5vJ/KV94a+9AqGbNZx6sCzWflOZsyUj3NcqnfaexGE=";
122+
cargoHash = "sha256-MT4Ik5m8K1IljnCa1XYrEluz8zHhbEve7cg7Vje8WA4=";
123123

124124
nativeBuildInputs =
125125
[

0 commit comments

Comments
 (0)