File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
pkgs/by-name/li/lightningcss Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 77
88rustPlatform . 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}
You can’t perform that action at this time.
0 commit comments