From 4ff71db818f66d0b82a0f02252d4e94e5fcdfae1 Mon Sep 17 00:00:00 2001 From: Benjamin Sparks Date: Wed, 11 Jun 2025 11:40:49 +0000 Subject: [PATCH] ty: 0.0.1-alpha.8 -> 0.0.1-alpha.9 --- pkgs/by-name/ty/ty/package.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ty/ty/package.nix b/pkgs/by-name/ty/ty/package.nix index fb7fc3989273..02b7ed7e8b20 100644 --- a/pkgs/by-name/ty/ty/package.nix +++ b/pkgs/by-name/ty/ty/package.nix @@ -14,14 +14,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ty"; - version = "0.0.1-alpha.8"; + version = "0.0.1-alpha.9"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-w/UEENP9tqwqFX/oCvI67DDMSmXzlCazAIP2wfmdDSs="; + hash = "sha256-/R8q77sdAa8PASoNafcxevByuxaN98PqjRB7OJd7VJk="; }; # For Darwin platforms, remove the integration test for file notifications, @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoBuildFlags = [ "--package=ty" ]; - cargoHash = "sha256-XISRy7Ncy0lTlsCFYmJBcgGiDJfdygTDF4f9O9ZlzDU="; + cargoHash = "sha256-ePk7bB3oMTJ2cJBQ2OoNu3WUMAZVA+loYySPhTjBidE="; nativeBuildInputs = [ installShellFiles ]; @@ -50,7 +50,6 @@ rustPlatform.buildRustPackage (finalAttrs: { export CARGO_BIN_EXE_ty="$PWD"/target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/ty ''; - # All the packages referenced in `crates/ty/README.md`, plus `crates/ty` itself. cargoTestFlags = [ "--package=ty" # CLI tests; file-watching tests only on Linux platforms "--package=ty_python_semantic" # core type checking tests