lightningcss: 1.25.1 -> 1.26.0 (#332913)

This commit is contained in:
R. RyanTM 2024-08-08 00:24:22 +10:00 committed by GitHub
parent 4d3f13ff44
commit 48206cca1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "lightningcss"; pname = "lightningcss";
version = "1.25.1"; version = "1.26.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "parcel-bundler"; owner = "parcel-bundler";
repo = "lightningcss"; repo = "lightningcss";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-jmNN2zCAlu3qLKJs8V7/zkpGmQ5wooH9Kbnsi80ffRc="; hash = "sha256-ZPqRxHbca8iflWwsDT2/sVbTstWnKVFcExcgrBXgzGc=";
}; };
cargoHash = "sha256-d5PqkqkHDLXA/5wW7QxSUDEKvejRc3+yn73TnM07lzE="; cargoHash = "sha256-QYrjDJJTJo4BDQOqY1pZn7ph+uuQvbsMbzaAUr4siaE=";
patches = [ patches = [
# Backport fix for build error for lightningcss-napi # Backport fix for build error for lightningcss-napi