Skip to content

Commit ece6f73

Browse files
authored
zed-editor: 0.168.3 -> 0.169.2 (NixOS#374144)
2 parents 5bc9fbb + 9427db4 commit ece6f73

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.168.3";
96+
version = "0.169.2";
9797

9898
src = fetchFromGitHub {
9999
owner = "zed-industries";
100100
repo = "zed";
101101
tag = "v${version}";
102-
hash = "sha256-YGHbka8kCKOquY2I17N8oS7ckhX/uY6QXJ21+kQjQBg=";
102+
hash = "sha256-IdJVWsHWMzE0AZxFy6jOmquc2jFeozNDdAhbB3fFMwk=";
103103
};
104104

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

121121
useFetchCargoVendor = true;
122-
cargoHash = "sha256-pZK2PzR39fMAiqhfA0WtZnIRzAVbqxnViQnWKmZoRV0=";
122+
cargoHash = "sha256-0zH5J3nvBpqD22nFzX98MBoTtNDpWS4NSSMcT1DB2SM=";
123123

124124
nativeBuildInputs =
125125
[

0 commit comments

Comments
 (0)