Unverified Commit af0e9195 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #255857 from toastal/lightningcss-1.22.0

lightningcss: 1.21.8 → 1.22.0
parents 3dd248db b271eb8a
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "lightningcss";
  version = "1.21.8";
  version = "1.22.0";

  src = fetchFromGitHub {
    owner = "parcel-bundler";
    repo = "lightningcss";
    rev = "refs/tags/v${version}";
    sha256 = "Y1eSi8/YX0iI43Zp6dCBYCZAzRnVO5nSXBykWrp9MjM=";
    sha256 = "K7whGWIukMrCqGaunHVuvr9k1EOTPSMb0x/A2JysVI0=";
  };

  cargoHash = "sha256-OUfC0HPNsY0lBv2nM56uzFqfV3SZfOAR//VXDu6BJ+M=";
  cargoHash = "sha256-itwU6JIxDbem93KIpjWyKBiZhQP62D9h8ohIcMD14+0=";

  buildFeatures = [
    "cli"
@@ -36,6 +36,7 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/parcel-bundler/lightningcss/releases/tag/v${version}";
    license = licenses.mpl20;
    maintainers = with maintainers; [ toastal ];
    mainProgram = "lightningcss";
    # never built on aarch64-linux since first introduction in nixpkgs
    broken = stdenv.isLinux && stdenv.isAarch64;
  };