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.
1 parent 3466173 commit 97f8479Copy full SHA for 97f8479
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.166.2";
+ version = "0.167.1";
97
98
src = fetchFromGitHub {
99
owner = "zed-industries";
100
repo = "zed";
101
tag = "v${version}";
102
- hash = "sha256-Z3WdJRn6JpZpZlHq2vjIq1EX1vW4+Gv/XAz2H4WH0Fw=";
+ hash = "sha256-6UwsWOthQHL4+kPogS5DZIg44VPJBT29uIgcxIQJwtU=";
103
};
104
105
patches = [
@@ -119,7 +119,7 @@ rustPlatform.buildRustPackage rec {
119
'';
120
121
useFetchCargoVendor = true;
122
- cargoHash = "sha256-J5vJ/KV94a+9AqGbNZx6sCzWflOZsyUj3NcqnfaexGE=";
+ cargoHash = "sha256-MT4Ik5m8K1IljnCa1XYrEluz8zHhbEve7cg7Vje8WA4=";
123
124
nativeBuildInputs =
125
[
0 commit comments