Skip to content

Commit

Permalink
lightningcss: 1.15.1 -> 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 21, 2022
1 parent 9b6e32e commit ce18748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/lightningcss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "lightningcss";
version = "1.15.1";
version = "1.16.0";

src = fetchFromGitHub {
owner = "parcel-bundler";
repo = "lightningcss";
rev = "v${version}";
sha256 = "sha256-VRRSi4VF58E+d8cpX/shb4lBVBeTXHAaHJriTYYte/8=";
sha256 = "sha256-ze8+/34KeSQi2ftcpJYjF/EEFKYxkYijkpf+5eTo0Nk=";
};

cargoSha256 = "sha256-duGCc+tWJ2J4wJL2ErZ3bGslxBERH0Xrb2taVaEOdas=";
cargoSha256 = "sha256-4lJi1jCJoJdOz+NrlXS4O59rSq9Mz4e4O3zFNE/v+dE=";

buildFeatures = [ "cli" ];

Expand Down

0 comments on commit ce18748

Please sign in to comment.