lol

ty: 0.0.1-alpha.6 -> 0.0.1-alpha.7 (#411237)

authored by

Gaétan Lepage and committed by
GitHub
17de477f 5b0eafc9

+3 -3
+3 -3
pkgs/by-name/ty/ty/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage (finalAttrs: { 16 16 pname = "ty"; 17 - version = "0.0.1-alpha.6"; 17 + version = "0.0.1-alpha.7"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "astral-sh"; 21 21 repo = "ty"; 22 22 tag = finalAttrs.version; 23 23 fetchSubmodules = true; 24 - hash = "sha256-0/Vzc5N4w23dcRLSWMn/hcgtx3dOpJagPBCiNjCT3mI="; 24 + hash = "sha256-aonCRtXi9MZWhZO3SjMxAxsTm8iZZdrm36psGArFz/I="; 25 25 }; 26 26 27 27 # For Darwin platforms, remove the integration test for file notifications, ··· 35 35 36 36 cargoBuildFlags = [ "--package=ty" ]; 37 37 38 - cargoHash = "sha256-p3D2sHMyeQY6hZsX17REidyofuQsIkunGLP8IrO1+8A="; 38 + cargoHash = "sha256-pYv99huRgqcFcnkMkfFoejmZmVkb9q/VVlYfylPXo4o="; 39 39 40 40 nativeBuildInputs = [ installShellFiles ]; 41 41