ty: 0.0.1-alpha.29 -> 0.0.1-alpha.31

Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.30
Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.31
This commit is contained in:
Benjamin Sparks
2025-12-04 11:58:08 +01:00
parent a38912c0e2
commit 239ccbbc09
+3 -3
View File
@@ -14,14 +14,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ty";
version = "0.0.1-alpha.29";
version = "0.0.1-alpha.31";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ty";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-64/SE+B5fIaPS2qWHBNza8w14ID9xUVH8GhXSSB8Fbw=";
hash = "sha256-aGsDeDlmd7ro3kI5YnpuMCByBQaOMsBWIbfgtRfkS4k=";
};
# For Darwin platforms, remove the integration test for file notifications,
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoBuildFlags = [ "--package=ty" ];
cargoHash = "sha256-ySR1pe9zwihjTzr3qhv71LuJbrhBWgZ+z+n9qEEern4=";
cargoHash = "sha256-qVcK/4VjOM6vIBh+BBG7iK+x9RmoSlg8EurUKz+5xqs=";
nativeBuildInputs = [ installShellFiles ];