From a38d03660141692eabc385f56b3b01c8d91a5efe Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Sat, 22 Aug 2026 20:13:36 +0200 Subject: [PATCH] ty: 0.0.73 -> 0.0.74 Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.74 Diff: https://github.com/astral-sh/ty/compare/0.0.73...0.0.74 --- 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 f169bd1f42c5..fb9cbade6c06 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.73"; + version = "0.0.74"; __structuredAttrs = true; src = fetchFromGitHub { @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: { repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-LCXrMKyHYeLliEHejdYTSfDKmuw6/KgMhbp+YW1aHD8="; + hash = "sha256-6obXsyfHHgPPON7rZj2cYtMdg20sv33LR05gey/w56A="; }; # For Darwin platforms, remove the integration test for file notifications, @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoBuildFlags = [ "--package=ty" ]; - cargoHash = "sha256-20rjLLi7uo0rgDhcI8KdVRwWvwpweLCU5GmzmCzbLw8="; + cargoHash = "sha256-kwnSLBK4H/RPUY+Nb08quRe3q9Ke5Sgmdf588b2QfUs="; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ rust-jemalloc-sys ];