From efdfd135a93702e94688fe1b75afe6abe7b8c19f Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Tue, 8 Sep 2026 06:45:27 +0200 Subject: [PATCH] ty: 0.0.78 -> 0.0.79 Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.79 Diff: https://github.com/astral-sh/ty/compare/0.0.78...0.0.79 --- pkgs/by-name/ty/ty/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ty/ty/package.nix b/pkgs/by-name/ty/ty/package.nix index 59a0ca0ca357..42316fb089cd 100644 --- a/pkgs/by-name/ty/ty/package.nix +++ b/pkgs/by-name/ty/ty/package.nix @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ty"; - version = "0.0.78"; + version = "0.0.79"; __structuredAttrs = true; src = fetchFromGitHub { @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: { repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-sFUSKJsPu8HlJm4pWb5E3k5k36S3e6HHriDZ/tGa2z8="; + hash = "sha256-mMZbROCS6muD44eomf6szSNblkk65AMxSVRPjMutOl0="; }; # For Darwin platforms, remove the integration test for file notifications, @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoBuildFlags = [ "--package=ty" ]; - cargoHash = "sha256-TsspMKOxq5rh6dNWev297FQYi27n2ncQ1gUx9469WwY="; + cargoHash = "sha256-4V/5aTRy+i0HQNrsfK0jfoPyAgbVYJ6Wz2MglZfC7vY="; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ rust-jemalloc-sys ];