From 228e14138ac543ad4a92e2f27f25b325b6cf0ca6 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Thu, 25 Dec 2025 10:06:12 +0100 Subject: [PATCH] ty: 0.0.6 -> 0.0.7 Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.7 Diff: https://github.com/astral-sh/ty/compare/0.0.6...0.0.7 --- 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 7a20acc1b4ea..9d71a46a6f1c 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.6"; + version = "0.0.7"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-bmzbEbpr7ZF0p9cqNf04v0Ql3PWaQByf0UCHArffhzI="; + hash = "sha256-HSmRRSsti0TcGaidmYJ7zAzdDpbbitEP+GpqQU2HgMw="; }; # For Darwin platforms, remove the integration test for file notifications,