We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627986f commit f503b4fCopy full SHA for f503b4f
pkgs/by-name/li/lightningcss/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "lightningcss";
10
- version = "1.24.1";
+ version = "1.25.0";
11
12
src = fetchFromGitHub {
13
owner = "parcel-bundler";
14
repo = "lightningcss";
15
rev = "refs/tags/v${version}";
16
- hash = "sha256-HRuL7zwpN2e51+/Ltvif+eh+WBss/FtHCOlJfa/eVdE=";
+ hash = "sha256-0no2f4aIJ4f9kSXUdaqjS4ARmVgfV5wqP407WCFeD1g=";
17
};
18
19
- cargoHash = "sha256-HavdTNaLTGctePa890dy/jGlXZXXZu1QFeFJOpjOiME=";
+ cargoHash = "sha256-P/EP5bKDqGMBfZL+yyUXLjT9YwIpSCruFxkxIbpKIaQ=";
20
21
patches = [
22
# Backport fix for build error for lightningcss-napi
0 commit comments