From b40b2577f2ae49c0a977fd947a1a562563476d9b Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Thu, 26 Mar 2026 20:57:40 +0100 Subject: [PATCH] ty: 0.0.25 -> 0.0.26 Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.26 Diff: https://github.com/astral-sh/ty/compare/0.0.25...0.0.26 --- pkgs/by-name/ty/ty/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ty/ty/package.nix b/pkgs/by-name/ty/ty/package.nix index 9c3709207328..ef0cd4bfb355 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.25"; + version = "0.0.26"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-KMv/l4jGOJdL+KlTOrVRGMdAgleW/mXk7CWDd8Vlwig="; + hash = "sha256-Q4xYL+MbFnzLFUbfqY5yrepBD7tIujwr9tTPp0H2J/U="; }; # For Darwin platforms, remove the integration test for file notifications,