File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/ta/tailwindcss_4 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 makeWrapper ,
88} :
99let
10- version = "4.1.8 " ;
10+ version = "4.1.10 " ;
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-GeUnkdNW3VnbaCdK42pYebqwzp2sI8x7Dxn8e3wdN6I =" ;
26- aarch64-linux = "sha256-KKd9Hlmw5FtBaDweOUdiH9/nP2iVsF23w09j8/SJjo0 =" ;
27- x86_64-darwin = "sha256-SmyyYNdcS9ygck+8w7I6WttScVrW14WVRjyGEoyhwyk =" ;
28- x86_64-linux = "sha256-j4TOgQvf8iXlmXgdHi2qgrQoIikCHIZ6cbQZ9Z+aqDY =" ;
25+ aarch64-darwin = "sha256-80qFp1sfLeLH5Kn7xPuXbmSieAmA6EPfh9nBP1VfSkw =" ;
26+ aarch64-linux = "sha256-Z+tiC7QEwgRtPBJ9vy1/mSFZUGVHXn0tUo45wbszybY =" ;
27+ x86_64-darwin = "sha256-R6EwxfY5OERW4KyKDWC5XXSQYYcxSk28N+fB3b63E64 =" ;
28+ x86_64-linux = "sha256-CoWj5TPy55g725HAjqRPDqs77MJ15gs7qt3xj3HTkL8 =" ;
2929 }
3030 . ${ system } or throwSystem ;
3131in
You can’t perform that action at this time.
0 commit comments