about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-11 13:01:52 +0800
committerGitHub <noreply@github.com>2023-07-11 13:01:52 +0800
commiteecfaecc942ae4e94e9b0b27a2e53f12c5f06505 (patch)
treefc37b6bf7eb09cd183b97fa20bbac702b27f2589 /pkgs/development/tools
parent66fa21084c9a0277de2a971ee93ae7f6388247ea (diff)
parent1006bdaced4ad1a44d78285bced48bbc307d6bee (diff)
downloadnixlib-eecfaecc942ae4e94e9b0b27a2e53f12c5f06505.tar
nixlib-eecfaecc942ae4e94e9b0b27a2e53f12c5f06505.tar.gz
nixlib-eecfaecc942ae4e94e9b0b27a2e53f12c5f06505.tar.bz2
nixlib-eecfaecc942ae4e94e9b0b27a2e53f12c5f06505.tar.lz
nixlib-eecfaecc942ae4e94e9b0b27a2e53f12c5f06505.tar.xz
nixlib-eecfaecc942ae4e94e9b0b27a2e53f12c5f06505.tar.zst
nixlib-eecfaecc942ae4e94e9b0b27a2e53f12c5f06505.zip
Merge pull request #241699 from toastal/lightningcss-1.21.5
lightningcss: 1.21.3 → 1.21.5
Diffstat (limited to 'pkgs/development/tools')
-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 297d62e1fd35..c31f80e27053 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.21.3";
+  version = "1.21.5";
 
   src = fetchFromGitHub {
     owner = "parcel-bundler";
     repo = "lightningcss";
     rev = "refs/tags/v${version}";
-    sha256 = "0IBXniW8ybqgYO9MA9VEYgPpv9Wte8/tJ9fvOXPURUk=";
+    sha256 = "PEYrXykSdmLKhbhDgQNCQvp9wWos86WjWGZk3V84pew=";
   };
 
-  cargoHash = "sha256-etyxE1Pkikyr+fGEGhefLMnkUwP5O0xcgTsE/6u2Jtw=";
+  cargoHash = "sha256-iCMG5Vfewotb5C0Gwtz/Py9B1hD28ssSy7C5ZiicFbU=";
 
   buildFeatures = [
     "cli"