Skip to content

Commit c5f894c

Browse files
author
emaryn
committed
swc: 0.91.369 -> 0.91.495
1 parent dce71cf commit c5f894c

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pkgs/by-name/sw/swc/package.nix

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,26 @@
66

77
rustPlatform.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
];

0 commit comments

Comments
 (0)