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.0.15 " ;
10+ version = "4.0.17 " ;
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-xMC5OWdgB2aCWC/H6XvW4CKaCP8C+GGWB7PbIL66wq8 =" ;
26- aarch64-linux = "sha256-oSvPRzhez4MboG6i2YXXfHOYUIOAUDK/VSZapfNOwyw =" ;
27- x86_64-darwin = "sha256-rWl/K1SetXZYDKfzJEmw0g8lcQ+1+Uake8XGuO9QkeM =" ;
28- x86_64-linux = "sha256-mIgqKABBAehQj+otKeHDEzrRdRNdRQYY9ZqdOsrTGNI =" ;
25+ aarch64-darwin = "sha256-OyoDvgt+vVCtgHtJUtPPUxlDxXUD1uxVs/uGk6OVMaI =" ;
26+ aarch64-linux = "sha256-GzN5ybAsi5eH4uU75kbaBXyjjOWquK0axKkvJgVZ4UE =" ;
27+ x86_64-darwin = "sha256-V+CvBevOXrkg1EdEPd2+09IpVGFoOsEFcqu1SOS5uSY =" ;
28+ x86_64-linux = "sha256-BUEGYpz9VlAhmGM1bV2YDtdrp9KDvKE5GdM9I0sxIb4 =" ;
2929 }
3030 . ${ system } or throwSystem ;
3131in
You can’t perform that action at this time.
0 commit comments