From cf3ed0174a869838470cac291a63fe6973e6021c Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Wed, 20 May 2026 10:30:12 +0200 Subject: [PATCH] ty: 0.0.37 -> 0.0.38 Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.38 Diff: https://github.com/astral-sh/ty/compare/0.0.37...0.0.38 Automation notice: I used https://github.com/Mic92/nix-update (nix-update ty --version 0.0.38) to edit the version number and fetch hashes more quickly. --- 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 5dfd15558983..0dde0db10465 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.37"; + version = "0.0.38"; __structuredAttrs = true; src = fetchFromGitHub { @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: { repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-JzoZqZO2kACb8O3KuKsG650oYo6f+wG/PGa8zubaGxE="; + hash = "sha256-70Y5i9m2h2+Jc44jLOf+gXX/PeDbURRJ80y+6h5SlRk="; }; # For Darwin platforms, remove the integration test for file notifications, @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoBuildFlags = [ "--package=ty" ]; - cargoHash = "sha256-3y7kqhAUXZ+Ui6quGEDSRXrh3ii9NJLoFWnGX/Mp0l4="; + cargoHash = "sha256-+c2JfB55w9otmmgTFIDMwkpASJV7bIMEf0uqRXjk/QM="; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ rust-jemalloc-sys ];