Skip to content

Commit

Permalink
lightningcss: 1.26.0 -> 1.27.0 (#341175)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Sep 11, 2024
2 parents 1aa23f3 + c8c60dd commit 79948d4
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 @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "lightningcss";
version = "1.26.0";
version = "1.27.0";

src = fetchFromGitHub {
owner = "parcel-bundler";
repo = "lightningcss";
rev = "refs/tags/v${version}";
hash = "sha256-ZPqRxHbca8iflWwsDT2/sVbTstWnKVFcExcgrBXgzGc=";
hash = "sha256-YOTFyIDQIdqnrbXtnnY5U32rk9/fZ+1NcSb3slgkxZU=";
};

cargoHash = "sha256-QYrjDJJTJo4BDQOqY1pZn7ph+uuQvbsMbzaAUr4siaE=";
cargoHash = "sha256-nzRvsdW+PfcS1ocg49JtRQ9RmFJ3iz65plH1ToQXSGU=";

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

0 comments on commit 79948d4

Please sign in to comment.