Skip to content

Commit 6af3d14

Browse files
authored
zed-editor: 0.192.6 -> 0.192.7 (#420897)
2 parents b8bff8a + 960f325 commit 6af3d14

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.192.6";
102+
version = "0.192.7";
103103

104104
outputs =
105105
[ "out" ]
@@ -111,7 +111,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
111111
owner = "zed-industries";
112112
repo = "zed";
113113
tag = "v${finalAttrs.version}";
114-
hash = "sha256-XLAzY9pXEfynyNkdnEJ0E/E6jLphirLgjBuXQpeK8yc=";
114+
hash = "sha256-OjqJAb7IlFpSd7+i5QAkpsBDAbM6tZ8x/Y1HWiyDkPI=";
115115
};
116116

117117
patches = [
@@ -138,7 +138,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
138138
'';
139139

140140
useFetchCargoVendor = true;
141-
cargoHash = "sha256-4kVfJmW36Q3Nb8AOmfNDmZLoZ9UZfj0MmznnIKdr+lU=";
141+
cargoHash = "sha256-qi3V6qGbb6kKecSTCbDMqfUKdgIliBJG1RaI5v+W9yY=";
142142

143143
nativeBuildInputs =
144144
[

0 commit comments

Comments
 (0)