swc: 0.91.68 -> 0.91.69

kashw2 d53bc44b f413d2f7

+3 -3
+3 -3
pkgs/development/tools/swc/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "swc"; 8 - version = "0.91.68"; 9 10 env = { 11 # swc depends on nightly features ··· 15 src = fetchCrate { 16 pname = "swc_cli"; 17 inherit version; 18 - sha256 = "sha256-SLVXh+8oBcq/pKHB5mMLPOR4J3Xlns5eNs8mo2qh/30="; 19 }; 20 21 - cargoSha256 = "sha256-nYMy4OtzNymzan/xZ6Ekx9QL+6AOtciI+sLl4f2Owy0="; 22 23 buildFeatures = [ "swc_core/plugin_transform_host_native" ]; 24
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "swc"; 8 + version = "0.91.69"; 9 10 env = { 11 # swc depends on nightly features ··· 15 src = fetchCrate { 16 pname = "swc_cli"; 17 inherit version; 18 + sha256 = "sha256-8zbxE1qkEWeSYt2L5PElZeJPRuK4Yiooy8xDmCD/PYw="; 19 }; 20 21 + cargoSha256 = "sha256-kRsRUOvDMRci3bN5NfhiLCWojNkSuLz3K4BfKfGYc7g="; 22 23 buildFeatures = [ "swc_core/plugin_transform_host_native" ]; 24