summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-17 15:17:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-17 15:17:53 +0000
commit342c9af88ce04d6339a67fb5a36a0e92c323cdce (patch)
treeed67bc5fb304d90120cfbf516a10d246dbb9db6c /pkgs
parent8ad3fe72798c08457ccd061d36373aa6178b2c1c (diff)
downloadnixpkgs-342c9af88ce04d6339a67fb5a36a0e92c323cdce.tar
nixpkgs-342c9af88ce04d6339a67fb5a36a0e92c323cdce.tar.gz
nixpkgs-342c9af88ce04d6339a67fb5a36a0e92c323cdce.tar.bz2
nixpkgs-342c9af88ce04d6339a67fb5a36a0e92c323cdce.tar.lz
nixpkgs-342c9af88ce04d6339a67fb5a36a0e92c323cdce.tar.xz
nixpkgs-342c9af88ce04d6339a67fb5a36a0e92c323cdce.tar.zst
nixpkgs-342c9af88ce04d6339a67fb5a36a0e92c323cdce.zip
lightningcss: 1.15.0 -> 1.15.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/lightningcss/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/lightningcss/default.nix b/pkgs/development/tools/lightningcss/default.nix
index 5c553284b77..b05f8c402ba 100644
--- a/pkgs/development/tools/lightningcss/default.nix
+++ b/pkgs/development/tools/lightningcss/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lightningcss";
-  version = "1.15.0";
+  version = "1.15.1";
 
   src = fetchFromGitHub {
     owner = "parcel-bundler";
     repo = "lightningcss";
     rev = "v${version}";
-    sha256 = "sha256-r/j8ZQo3hbM65TNAaC2BFMfuD56/8/QRUjcD7MRQN9c=";
+    sha256 = "sha256-VRRSi4VF58E+d8cpX/shb4lBVBeTXHAaHJriTYYte/8=";
   };
 
-  cargoSha256 = "sha256-J6Z7PARdXNDiHECjutjFcx+Yhwz7cBZfhusukSDgWa8=";
+  cargoSha256 = "sha256-duGCc+tWJ2J4wJL2ErZ3bGslxBERH0Xrb2taVaEOdas=";
 
   buildFeatures = [ "cli" ];