Skip to content

Commit 892ae1c

Browse files
committed
tailwindcss_4: 4.2.4 -> 4.3.0
1 parent 71169b1 commit 892ae1c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/by-name/ta/tailwindcss_4/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
makeWrapper,
88
}:
99
let
10-
version = "4.2.4";
10+
version = "4.3.0";
1111
inherit (stdenv.hostPlatform) system;
1212
throwSystem = throw "tailwindcss has not been packaged for ${system} yet.";
1313

@@ -22,10 +22,10 @@ let
2222

2323
hash =
2424
{
25-
aarch64-darwin = "sha256-ky9wRSBSg/Syb5pMPwJ5WFJr9bzIV3p+LxgALh61FF4=";
26-
aarch64-linux = "sha256-MPpa2NJuj1qut+UA2mAVVDxbu/t9fXdbg/vD+5zV73w=";
27-
x86_64-darwin = "sha256-T8u/TmgORiNlpB/qr0QU+Swl9bzAp3KaYkMsBegXNzM=";
28-
x86_64-linux = "sha256-yr7vBJzeq2Gl+mtl6iij6OU7ioXliIOUeGjHMPxIvew=";
25+
aarch64-darwin = "sha256-VrS7xi29xGFKeJMNnGmGQjouxj5OZAFEpZpdlckUMi4=";
26+
aarch64-linux = "sha256-j0jctyvjs1HBBWPFMptGOLqFFoINw7OhYJYloWbofL0=";
27+
x86_64-darwin = "sha256-K6JS93CBcJHm0NEqhODdUxvMKarRv9nZdqOv8aBxtno=";
28+
x86_64-linux = "sha256-c/DlRZBU5c+qirbzuUDz++DxPMf9g7wk58ZVAzwgNAA=";
2929
}
3030
.${system} or throwSystem;
3131
in

0 commit comments

Comments
 (0)