Loading pkgs/development/tools/swc/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage rec { pname = "swc"; version = "0.91.69"; version = "0.91.369"; env = { # swc depends on nightly features Loading @@ -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"; Loading Loading
pkgs/development/tools/swc/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage rec { pname = "swc"; version = "0.91.69"; version = "0.91.369"; env = { # swc depends on nightly features Loading @@ -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"; Loading