ty: 0.0.1-alpha.35 -> 0.0.2

Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.1
Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.2
This commit is contained in:
Benjamin Sparks
2025-12-17 01:15:49 +01:00
parent c116fe3c75
commit 0bd3d857d4
+2 -2
View File
@@ -14,14 +14,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ty";
version = "0.0.1-alpha.35";
version = "0.0.2";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ty";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-dx6zZnThnkQHQbi5SXkKCnpkfw2kcrRDg0QEvb4WBqk=";
hash = "sha256-4Kv3UUn2QbOOOaQ/uzJB2KOUx++Gb+cKpZg4kGx99Q0=";
};
# For Darwin platforms, remove the integration test for file notifications,