Skip to content
forked from NixOS/nixpkgs

Commit f503b4f

Browse files
committed
lightningcss: 1.24.1 → 1.25.0
<system-color> panic regression still persists parcel-bundler/lightningcss#685 patch unmerged for napi & cargo auditable parcel-bundler/lightningcss#713
1 parent 627986f commit f503b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/lightningcss/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "lightningcss";
10-
version = "1.24.1";
10+
version = "1.25.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "parcel-bundler";
1414
repo = "lightningcss";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-HRuL7zwpN2e51+/Ltvif+eh+WBss/FtHCOlJfa/eVdE=";
16+
hash = "sha256-0no2f4aIJ4f9kSXUdaqjS4ARmVgfV5wqP407WCFeD1g=";
1717
};
1818

19-
cargoHash = "sha256-HavdTNaLTGctePa890dy/jGlXZXXZu1QFeFJOpjOiME=";
19+
cargoHash = "sha256-P/EP5bKDqGMBfZL+yyUXLjT9YwIpSCruFxkxIbpKIaQ=";
2020

2121
patches = [
2222
# Backport fix for build error for lightningcss-napi

0 commit comments

Comments
 (0)