lightningcss: 1.30.0 → 1.30.1

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-05-14 13:01:48 +07:00
committed by Masum Reza
parent 44d8461273
commit 169cb7a8e8
+2 -2
View File
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lightningcss";
version = "1.30.0";
version = "1.30.1";
src = fetchFromGitHub {
owner = "parcel-bundler";
repo = "lightningcss";
tag = "v${finalAttrs.version}";
hash = "sha256-vFOQrrTaKM6UcpdgJqj89P7ojCowg7MyK8Wam2hmLXg=";
hash = "sha256-imLbsQ2F5CQiepwWSMcXj0Fgyv4liCMmCwA/0SE07Mo=";
};
useFetchCargoVendor = true;