We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc9fbb + 9427db4 commit ece6f73Copy full SHA for ece6f73
pkgs/by-name/ze/zed-editor/package.nix
@@ -93,13 +93,13 @@ let
93
in
94
rustPlatform.buildRustPackage rec {
95
pname = "zed-editor";
96
- version = "0.168.3";
+ version = "0.169.2";
97
98
src = fetchFromGitHub {
99
owner = "zed-industries";
100
repo = "zed";
101
tag = "v${version}";
102
- hash = "sha256-YGHbka8kCKOquY2I17N8oS7ckhX/uY6QXJ21+kQjQBg=";
+ hash = "sha256-IdJVWsHWMzE0AZxFy6jOmquc2jFeozNDdAhbB3fFMwk=";
103
};
104
105
patches = [
@@ -119,7 +119,7 @@ rustPlatform.buildRustPackage rec {
119
'';
120
121
useFetchCargoVendor = true;
122
- cargoHash = "sha256-pZK2PzR39fMAiqhfA0WtZnIRzAVbqxnViQnWKmZoRV0=";
+ cargoHash = "sha256-0zH5J3nvBpqD22nFzX98MBoTtNDpWS4NSSMcT1DB2SM=";
123
124
nativeBuildInputs =
125
[
0 commit comments