Unverified Commit aedcbb38 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #254589 from toastal/lightningcss-1.21.8

lightningcss: 1.21.6 → 1.21.8
parents 3efda46d 9e6c80af
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.21.6";
  version = "1.21.8";

  src = fetchFromGitHub {
    owner = "parcel-bundler";
    repo = "lightningcss";
    rev = "refs/tags/v${version}";
    sha256 = "esLPAKdqYdpB3/ffsV/NAmfjGU9G8y13f/59bWD0yR0=";
    sha256 = "Y1eSi8/YX0iI43Zp6dCBYCZAzRnVO5nSXBykWrp9MjM=";
  };

  cargoHash = "sha256-8k6BhhBQ8X08vW0a8x8v1YNwiXFrzvWxcL47XdaqWJs=";
  cargoHash = "sha256-OUfC0HPNsY0lBv2nM56uzFqfV3SZfOAR//VXDu6BJ+M=";

  buildFeatures = [
    "cli"