zed-editor: 0.191.9 -> 0.192.5 (#420090)

Changed files
+3 -3
pkgs
by-name
ze
zed-editor
+3 -3
pkgs/by-name/ze/zed-editor/package.nix
···
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zed-editor";
-
version = "0.191.9";
outputs =
[ "out" ]
···
owner = "zed-industries";
repo = "zed";
tag = "v${finalAttrs.version}";
-
hash = "sha256-QdRksW2T8gzyPhqd4jIUfuVmcXh3j7yIah5TGqHNxNM=";
};
patches = [
···
'';
useFetchCargoVendor = true;
-
cargoHash = "sha256-Cvj2fit1nxgbxOLK7wUdqkLJpECVB5uwUKyWmjNFygU=";
nativeBuildInputs =
[
···
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zed-editor";
+
version = "0.192.5";
outputs =
[ "out" ]
···
owner = "zed-industries";
repo = "zed";
tag = "v${finalAttrs.version}";
+
hash = "sha256-k50E0WoncvIJKyXvVQq99OuRdPEmtsEl7kDVauoTH9o=";
};
patches = [
···
'';
useFetchCargoVendor = true;
+
cargoHash = "sha256-g4gJxVcjUVzC4cmDE17QD7aSp0tktklQ53nVldt6tDE=";
nativeBuildInputs =
[