Skip to content

Commit

Permalink
lightningcss: 1.28.2 → 1.29.0 (#372304)
Browse files Browse the repository at this point in the history
  • Loading branch information
toastal authored Jan 11, 2025
1 parent 998d06d commit 753dd74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/li/lightningcss/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "lightningcss";
version = "1.28.2";
version = "1.29.0";

src = fetchFromGitHub {
owner = "parcel-bundler";
repo = "lightningcss";
tag = "v${version}";
hash = "sha256-IwuDJcKCG1CDyRsZbobPQnRzsaUfpJHKFemOWLJNM9c=";
hash = "sha256-xnsTYOjnfcaPHlLpf83efD3w5cjqyFV5bCV89zG1GaA=";
};

cargoHash = "sha256-um8G6QKxqPEcuCWmlFOqZVQLU8GxLwZ3S7z2Na2uzhQ=";
cargoHash = "sha256-cip1ZhHR39PE6ZX8PhGJ3oXCkR5LE/OWyjMqiG+lHvY=";

patches = [
# Backport fix for build error for lightningcss-napi
Expand Down

0 comments on commit 753dd74

Please sign in to comment.