mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
tailwindcss_4: drop x86_64-darwin from update script
This commit is contained in:
@@ -24,12 +24,10 @@ VER=$(list-git-tags --url=https://github.com/tailwindlabs/tailwindcss | rg 'v4[0
|
||||
|
||||
LINUX_X64_HASH=$(fetch_arch "$VER" "linux-x64")
|
||||
LINUX_AARCH64_HASH=$(fetch_arch "$VER" "linux-arm64")
|
||||
DARWIN_X64_HASH=$(fetch_arch "$VER" "macos-x64")
|
||||
DARWIN_AARCH64_HASH=$(fetch_arch "$VER" "macos-arm64")
|
||||
|
||||
sed -i "s/version = \".*\"/version = \"$VER\"/" "$NIX_DRV"
|
||||
|
||||
replace_hash "x86_64-linux" "$LINUX_X64_HASH"
|
||||
replace_hash "aarch64-linux" "$LINUX_AARCH64_HASH"
|
||||
replace_hash "x86_64-darwin" "$DARWIN_X64_HASH"
|
||||
replace_hash "aarch64-darwin" "$DARWIN_AARCH64_HASH"
|
||||
|
||||
Reference in New Issue
Block a user