Skip to content

Commit 06367c6

Browse files
committed
tailwindcss_4: 4.1.4 -> 4.1.5
1 parent cc4eb12 commit 06367c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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.1.4";
10+
version = "4.1.5";
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-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;
3131
in

0 commit comments

Comments
 (0)