ty: 0.0.4 -> 0.0.5

Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.5
This commit is contained in:
Benjamin Sparks
2025-12-21 00:53:05 +01:00
parent 511adc4827
commit 619fad6bce
+2 -2
View File
@@ -14,14 +14,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ty";
version = "0.0.4";
version = "0.0.5";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ty";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-K29DS5IqzWugNxXGfb+WP4H89iAa0Tk/FfWeJXCnjHM=";
hash = "sha256-G9sVPg1fe35CNYJlRO/1zm3gOY78qfmU/RwKw2iG7o8=";
};
# For Darwin platforms, remove the integration test for file notifications,