Skip to content

Commit 063c28c

Browse files
authored
zed-editor: 0.172.9 -> 0.172.10 (#380188)
2 parents bacee45 + 10b4344 commit 063c28c

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
@@ -96,15 +96,15 @@ let
9696
in
9797
rustPlatform.buildRustPackage rec {
9898
pname = "zed-editor";
99-
version = "0.172.9";
99+
version = "0.172.10";
100100

101101
outputs = [ "out" ] ++ lib.optional buildRemoteServer "remote_server";
102102

103103
src = fetchFromGitHub {
104104
owner = "zed-industries";
105105
repo = "zed";
106106
tag = "v${version}";
107-
hash = "sha256-mS2LyeqaFRL0M+6ZkmBowOOK0AJJIKiLpLjAvO7nqX0=";
107+
hash = "sha256-4R7s+575ofL9JK1Axvvk2Z9QgHPxvJrgl9zCv3m+sZY=";
108108
};
109109

110110
patches = [
@@ -124,7 +124,7 @@ rustPlatform.buildRustPackage rec {
124124
'';
125125

126126
useFetchCargoVendor = true;
127-
cargoHash = "sha256-G+/dAVlh+uHsQx7Lymi8tkKclwPjgtuKBX2d9KUc/IU=";
127+
cargoHash = "sha256-yzShyOn90U79Ts+sKLhAK6SYiqPX7MKT/9fgF2plgI4=";
128128

129129
nativeBuildInputs =
130130
[

0 commit comments

Comments
 (0)