Unverified Commit d47708df authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #281156 from toastal/lightningcss-1.23.0

lightningcss: 1.22.0 → 1.23.0
parents e8a2187c 8249c1fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

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

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

  cargoHash = "sha256-itwU6JIxDbem93KIpjWyKBiZhQP62D9h8ohIcMD14+0=";
  cargoHash = "sha256-g7/1s3FvuwsJvypeHOqJA/lVBkQcLATWtlygI8IW+QA=";

  buildFeatures = [
    "cli"