ty: 0.0.1-alpha.14 -> 0.0.1-alpha.15 (#426573)

authored by Gaétan Lepage and committed by GitHub ee5766dc d8f670f0

+3 -3
+3 -3
pkgs/by-name/ty/ty/package.nix
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "ty"; 17 - version = "0.0.1-alpha.14"; 18 19 src = fetchFromGitHub { 20 owner = "astral-sh"; 21 repo = "ty"; 22 tag = finalAttrs.version; 23 fetchSubmodules = true; 24 - hash = "sha256-q99wzor6inHggInT3R1mX7vLVZwoz68h41+mRg1oayk="; 25 }; 26 27 # For Darwin platforms, remove the integration test for file notifications, ··· 35 36 cargoBuildFlags = [ "--package=ty" ]; 37 38 - cargoHash = "sha256-+MlTidF5g15ojRksfVpJIife+Dd3YTge5aBfrjz6qv8="; 39 40 nativeBuildInputs = [ installShellFiles ]; 41
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "ty"; 17 + version = "0.0.1-alpha.15"; 18 19 src = fetchFromGitHub { 20 owner = "astral-sh"; 21 repo = "ty"; 22 tag = finalAttrs.version; 23 fetchSubmodules = true; 24 + hash = "sha256-7aOFRrnj4WFTuQWcOgdSU3w9KWwRbpPj3K6g4y0JPo0="; 25 }; 26 27 # For Darwin platforms, remove the integration test for file notifications, ··· 35 36 cargoBuildFlags = [ "--package=ty" ]; 37 38 + cargoHash = "sha256-vhsXYqU3Y5xGDLE/AVkVIY4eweHbyR/E3RvGoHG+1ZE="; 39 40 nativeBuildInputs = [ installShellFiles ]; 41