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.4 " ;
10+ version = "4.1.5 " ;
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-x7piRWxtlEF3XJDKbwo9+AD4LO3k6SOJ+TRTbejPUuk =" ;
26- aarch64-linux = "sha256-oUU371GpnBpVw3ZLc7gWgdhP91GXrXZvmmYo1hDPJ08 =" ;
27- x86_64-darwin = "sha256-zQ4adIfAuRip9LLSLTGHUhgeiRi4Z1cLQJCC9pR1zYg =" ;
28- x86_64-linux = "sha256-D6i7uL7KckL2RVvwG7410wg4ePYwjsSkzsMK7Ra8pG0 =" ;
25+ aarch64-darwin = "sha256-j9ogIXTCFNcg6v5J7bra+u18udASidJEYtktLCYDeH4 =" ;
26+ aarch64-linux = "sha256-lVXGQUYXwVzIIGeexlQEr5JQfnt3GP0DXSbfBVVh3sk =" ;
27+ x86_64-darwin = "sha256-W7BvnlCSuLx9r0mcdrDOx1GgP+xS4BEdI1wTHNnFyQU =" ;
28+ x86_64-linux = "sha256-nSWKd4bCL4VyrqIO01hI+MvvHQYnfk5rl62FYf/CHgc =" ;
2929 }
3030 . ${ system } or throwSystem ;
3131in
You can’t perform that action at this time.
0 commit comments