Skip to content

Commit 17de477

Browse files
authored
ty: 0.0.1-alpha.6 -> 0.0.1-alpha.7 (#411237)
2 parents 5b0eafc + e98656c commit 17de477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ty/ty/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
rustPlatform.buildRustPackage (finalAttrs: {
1616
pname = "ty";
17-
version = "0.0.1-alpha.6";
17+
version = "0.0.1-alpha.7";
1818

1919
src = fetchFromGitHub {
2020
owner = "astral-sh";
2121
repo = "ty";
2222
tag = finalAttrs.version;
2323
fetchSubmodules = true;
24-
hash = "sha256-0/Vzc5N4w23dcRLSWMn/hcgtx3dOpJagPBCiNjCT3mI=";
24+
hash = "sha256-aonCRtXi9MZWhZO3SjMxAxsTm8iZZdrm36psGArFz/I=";
2525
};
2626

2727
# For Darwin platforms, remove the integration test for file notifications,
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3535

3636
cargoBuildFlags = [ "--package=ty" ];
3737

38-
cargoHash = "sha256-p3D2sHMyeQY6hZsX17REidyofuQsIkunGLP8IrO1+8A=";
38+
cargoHash = "sha256-pYv99huRgqcFcnkMkfFoejmZmVkb9q/VVlYfylPXo4o=";
3939

4040
nativeBuildInputs = [ installShellFiles ];
4141

0 commit comments

Comments
 (0)