Unverified Commit a04eac9c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #335823 from ofalvai/swc-cli-update

parents 7ee98c89 a2e3831d
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

rustPlatform.buildRustPackage rec {
  pname = "swc";
  version = "0.91.69";
  version = "0.91.369";

  env = {
    # swc depends on nightly features
@@ -15,12 +15,10 @@ rustPlatform.buildRustPackage rec {
  src = fetchCrate {
    pname = "swc_cli";
    inherit version;
    hash = "sha256-8zbxE1qkEWeSYt2L5PElZeJPRuK4Yiooy8xDmCD/PYw=";
    hash = "sha256-6n6zHMV87h1kmjzEmdE86/toHI99q2HO1EEGHUE9sg8=";
  };

  cargoHash = "sha256-kRsRUOvDMRci3bN5NfhiLCWojNkSuLz3K4BfKfGYc7g=";

  buildFeatures = [ "swc_core/plugin_transform_host_native" ];
  cargoHash = "sha256-/Ku0W+L2mqVYDSkd2zRqM7UhHueXya4zjewp/xO/XlQ";

  meta = with lib; {
    description = "Rust-based platform for the Web";