File tree Expand file tree Collapse file tree
pkgs/by-name/ta/tailwindcss_4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 makeWrapper ,
88} :
99let
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
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 ;
3131in
You can’t perform that action at this time.
0 commit comments