Skip to content

Commit 8965076

Browse files
authored
zed-editor: 0.201.5 -> 0.201.6 (#438084)
2 parents 8ea0d1b + 71c1ffe commit 8965076

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
@@ -99,7 +99,7 @@ let
9999
in
100100
rustPlatform.buildRustPackage (finalAttrs: {
101101
pname = "zed-editor";
102-
version = "0.201.5";
102+
version = "0.201.6";
103103

104104
outputs = [
105105
"out"
@@ -112,7 +112,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
112112
owner = "zed-industries";
113113
repo = "zed";
114114
tag = "v${finalAttrs.version}";
115-
hash = "sha256-KMUF8k+cJg44Ta5Txb67vbO0zFTU2mKtLODhqbj6xXk=";
115+
hash = "sha256-d1B04N5KS34ghUHOhStkCMZZosQe2yG2cu88KVxujKY=";
116116
};
117117

118118
patches = [
@@ -138,7 +138,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
138138
--replace-fail "inner.redirect(policy)" "inner.redirect_policy(policy)"
139139
'';
140140

141-
cargoHash = "sha256-dKjp3gw+woqT3qqXbwbe57exqzcaufiMSR4RnrImXFI=";
141+
cargoHash = "sha256-npuNvJUN9ENNB1G8kwcz8dRdFoLBJ/UgQHd+9ojW8PI=";
142142

143143
nativeBuildInputs = [
144144
cmake

0 commit comments

Comments
 (0)