mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
ty: 0.0.1-alpha.6 -> 0.0.1-alpha.7
This commit is contained in:
parent
ee761a56b1
commit
e98656cb48
1 changed files with 3 additions and 3 deletions
|
@ -14,14 +14,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "ty";
|
pname = "ty";
|
||||||
version = "0.0.1-alpha.6";
|
version = "0.0.1-alpha.7";
|
||||||
|
|
||||||
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-0/Vzc5N4w23dcRLSWMn/hcgtx3dOpJagPBCiNjCT3mI=";
|
hash = "sha256-aonCRtXi9MZWhZO3SjMxAxsTm8iZZdrm36psGArFz/I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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-p3D2sHMyeQY6hZsX17REidyofuQsIkunGLP8IrO1+8A=";
|
cargoHash = "sha256-pYv99huRgqcFcnkMkfFoejmZmVkb9q/VVlYfylPXo4o=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue