ty: 0.0.1-alpha.19 -> 0.0.1-alpha.20
Changelog: https://github.com/astral-sh/ty/blob/0.0.1-alpha.20/CHANGELOG.md
This commit is contained in:
@@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "ty";
|
pname = "ty";
|
||||||
version = "0.0.1-alpha.19";
|
version = "0.0.1-alpha.20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astral-sh";
|
owner = "astral-sh";
|
||||||
repo = "ty";
|
repo = "ty";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-CCk6ZrhEFMLYtjNrzp7PBH2W4QFSH1Bqlw+Wh2OPFC4=";
|
hash = "sha256-PxOi4eLWIZeWbh97b6KlZv2u5Y6M022uksN+arAJnF0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For Darwin platforms, remove the integration test for file notifications,
|
# For Darwin platforms, remove the integration test for file notifications,
|
||||||
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
|
|
||||||
cargoBuildFlags = [ "--package=ty" ];
|
cargoBuildFlags = [ "--package=ty" ];
|
||||||
|
|
||||||
cargoHash = "sha256-TNXWRBJInnLiFyf29O8c6ZE7Qhb6sXM0fPRDqMPWSSw=";
|
cargoHash = "sha256-R416MUg5kuib7Yq6EADsgdkeFr0XYZ+bOfvEcs75E+E=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user