File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 66
77rustPlatform . buildRustPackage rec {
88 pname = "swc" ;
9- version = "0.91.369" ;
10-
11- env = {
12- # swc depends on nightly features
13- RUSTC_BOOTSTRAP = 1 ;
14- } ;
9+ version = "0.91.495" ;
1510
1611 src = fetchCrate {
1712 pname = "swc_cli" ;
1813 inherit version ;
19- hash = "sha256-6n6zHMV87h1kmjzEmdE86/toHI99q2HO1EEGHUE9sg8 =" ;
14+ hash = "sha256-th+VLeKdTqyAjyRer0GeGLprBX0XhYTd9F7kwBDrzLo =" ;
2015 } ;
2116
2217 useFetchCargoVendor = true ;
23- cargoHash = "sha256-YuqoT5vGuUZfTenSgPPrC/7bTC0syiiiMYF/y0szG4Q=" ;
18+ cargoHash = "sha256-mIFZ9F0XS16OGSQlzu7H2wQZN4YUEKJlK+KHmkrc12w=" ;
19+
20+ # swc depends on nightly features
21+ env . RUSTC_BOOTSTRAP = 1 ;
2422
25- meta = with lib ; {
23+ meta = {
2624 description = "Rust-based platform for the Web" ;
2725 mainProgram = "swc" ;
2826 homepage = "https://github.com/swc-project/swc" ;
29- license = licenses . asl20 ;
30- maintainers = with maintainers ; [
27+ license = lib . licenses . asl20 ;
28+ maintainers = with lib . maintainers ; [
3129 dit7ya
3230 kashw2
3331 ] ;
You can’t perform that action at this time.
0 commit comments