ty: 0.0.1-alpha.16 -> 0.0.1-alpha.17 (#431619)

authored by Gaétan Lepage and committed by GitHub 70faf60d 0bd24b53

+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.16"; 18 19 src = fetchFromGitHub { 20 owner = "astral-sh"; 21 repo = "ty"; 22 tag = finalAttrs.version; 23 fetchSubmodules = true; 24 - hash = "sha256-hpDzl1TJRCfr5l76HwK90WAbAgeDR48eRNs9knj87lk="; 25 }; 26 27 # For Darwin platforms, remove the integration test for file notifications, ··· 35 36 cargoBuildFlags = [ "--package=ty" ]; 37 38 - cargoHash = "sha256-/SoF87aZHypzEsetgmALmNTheEH/CodZEPW2I5+F/a4="; 39 40 nativeBuildInputs = [ installShellFiles ]; 41
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "ty"; 17 + version = "0.0.1-alpha.17"; 18 19 src = fetchFromGitHub { 20 owner = "astral-sh"; 21 repo = "ty"; 22 tag = finalAttrs.version; 23 fetchSubmodules = true; 24 + hash = "sha256-JcUsppjlY0p0jJd+bsvKJwnP2yrjFoRybhipNXGWLsk="; 25 }; 26 27 # For Darwin platforms, remove the integration test for file notifications, ··· 35 36 cargoBuildFlags = [ "--package=ty" ]; 37 38 + cargoHash = "sha256-IVR33Bgnv4YGElqV5ccJ2961XbLSBMEEQdtJAUhc9Ew="; 39 40 nativeBuildInputs = [ installShellFiles ]; 41