Loading pkgs/applications/editors/vscode/extensions/myriad-dreamin.tinymist/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension { name = "tinymist"; publisher = "myriad-dreamin"; inherit (tinymist) version; hash = "sha256-OB+e4lerPONs7QDqHJO3pqU1yQ3BvM2k+Tz998ibmHo="; hash = "sha256-7GoFmflHaHXpw0ijX7YGBKewV+HmRhcm4eTYVgCYLHY="; }; nativeBuildInputs = [ Loading pkgs/by-name/ti/tinymist/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -18,17 +18,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "tinymist"; # Please update the corresponding vscode extension when updating # this derivation. version = "0.13.8"; version = "0.13.10"; src = fetchFromGitHub { owner = "Myriad-Dreamin"; repo = "tinymist"; tag = "v${finalAttrs.version}"; hash = "sha256-dKLHZyFkTo6iCw/s73asJqXoNBpYx7UC/r2qVp5dLjs="; hash = "sha256-/mlocw9AYoaR3meGYbSJ/qCrusxIIC3Gtmz+doXTDXI="; }; useFetchCargoVendor = true; cargoHash = "sha256-XbPqddmVv5zubnbT5IewAcvPJWQMIumWgGI+q/r1Ip4="; cargoHash = "sha256-L1Krw6dbH3M1SU1ei4GYEJVMkuv2OOk2QrAJpoSHeP4="; nativeBuildInputs = [ installShellFiles Loading Loading @@ -65,7 +65,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "--skip=semantic_tokens_full::tests::test" ]; postInstall = postInstall = lib.optionalString (stdenv.hostPlatform.emulatorAvailable buildPackages) ( let emulator = stdenv.hostPlatform.emulator buildPackages; in Loading @@ -74,7 +74,8 @@ rustPlatform.buildRustPackage (finalAttrs: { --bash <(${emulator} $out/bin/tinymist completion bash) \ --fish <(${emulator} $out/bin/tinymist completion fish) \ --zsh <(${emulator} $out/bin/tinymist completion zsh) ''; '' ); nativeInstallCheckInputs = [ versionCheckHook Loading Loading
pkgs/applications/editors/vscode/extensions/myriad-dreamin.tinymist/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension { name = "tinymist"; publisher = "myriad-dreamin"; inherit (tinymist) version; hash = "sha256-OB+e4lerPONs7QDqHJO3pqU1yQ3BvM2k+Tz998ibmHo="; hash = "sha256-7GoFmflHaHXpw0ijX7YGBKewV+HmRhcm4eTYVgCYLHY="; }; nativeBuildInputs = [ Loading
pkgs/by-name/ti/tinymist/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -18,17 +18,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "tinymist"; # Please update the corresponding vscode extension when updating # this derivation. version = "0.13.8"; version = "0.13.10"; src = fetchFromGitHub { owner = "Myriad-Dreamin"; repo = "tinymist"; tag = "v${finalAttrs.version}"; hash = "sha256-dKLHZyFkTo6iCw/s73asJqXoNBpYx7UC/r2qVp5dLjs="; hash = "sha256-/mlocw9AYoaR3meGYbSJ/qCrusxIIC3Gtmz+doXTDXI="; }; useFetchCargoVendor = true; cargoHash = "sha256-XbPqddmVv5zubnbT5IewAcvPJWQMIumWgGI+q/r1Ip4="; cargoHash = "sha256-L1Krw6dbH3M1SU1ei4GYEJVMkuv2OOk2QrAJpoSHeP4="; nativeBuildInputs = [ installShellFiles Loading Loading @@ -65,7 +65,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "--skip=semantic_tokens_full::tests::test" ]; postInstall = postInstall = lib.optionalString (stdenv.hostPlatform.emulatorAvailable buildPackages) ( let emulator = stdenv.hostPlatform.emulator buildPackages; in Loading @@ -74,7 +74,8 @@ rustPlatform.buildRustPackage (finalAttrs: { --bash <(${emulator} $out/bin/tinymist completion bash) \ --fish <(${emulator} $out/bin/tinymist completion fish) \ --zsh <(${emulator} $out/bin/tinymist completion zsh) ''; '' ); nativeInstallCheckInputs = [ versionCheckHook Loading