zed-editor: 0.190.6 -> 0.191.5 (#417922)

This commit is contained in:
Gaétan Lepage 2025-06-19 13:58:01 +02:00 committed by GitHub
commit 9422633af4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ let
in in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "zed-editor"; pname = "zed-editor";
version = "0.190.6"; version = "0.191.5";
outputs = outputs =
[ "out" ] [ "out" ]
@ -111,7 +111,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "zed-industries"; owner = "zed-industries";
repo = "zed"; repo = "zed";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-wtzTdYUgP/YOHE21HFH/+DYjBRviVxjr+Rb5SQ0cWvc="; hash = "sha256-RPUNWnkJfuI97z8IzBZ5L8Vjjk9mwzPd2ZgMZwgp3FU=";
}; };
patches = [ patches = [
@ -138,7 +138,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
''; '';
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-wTdsXNw9wPikpRIRMR19x8DrHJD4mxIKdAz/L/HMCII="; cargoHash = "sha256-vl/6WE7XdkkcddrBxPF5tZJibPGGq6g6gTTXiFloKEw=";
nativeBuildInputs = nativeBuildInputs =
[ [