Skip to content

Commit dd52e79

Browse files
authored
lightningcss: 1.27.0 → 1.28.0 (#353667)
2 parents bb9d17e + 0e68d7b commit dd52e79

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/by-name/li/lightningcss/package.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "lightningcss";
10-
version = "1.27.0";
10+
version = "1.28.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "parcel-bundler";
1414
repo = "lightningcss";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-YOTFyIDQIdqnrbXtnnY5U32rk9/fZ+1NcSb3slgkxZU=";
16+
hash = "sha256-nW5tnHD5saY7KnccRg5NsszvrADd/tuoN7SWr7JYBVs=";
1717
};
1818

19-
cargoHash = "sha256-nzRvsdW+PfcS1ocg49JtRQ9RmFJ3iz65plH1ToQXSGU=";
19+
cargoHash = "sha256-He5lb5y3Zd1nygWJWZDzBq5avL81ZKoiZMxtxjKkU7I=";
2020

2121
patches = [
2222
# Backport fix for build error for lightningcss-napi
@@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec {
4747
license = lib.licenses.mpl20;
4848
maintainers = with lib.maintainers; [ johnrtitor toastal ];
4949
mainProgram = "lightningcss";
50-
# never built on aarch64-linux since first introduction in nixpkgs
51-
broken = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64;
50+
platforms = lib.platforms.all;
5251
};
5352
}

0 commit comments

Comments
 (0)