urbit: drop x86_64-darwin from update script

This commit is contained in:
Emily
2026-02-18 07:04:23 +00:00
parent d5625ce086
commit fba6a76e37

View File

@@ -19,7 +19,6 @@ prefetch() {
LINUX_AARCH64_SHA256=$(prefetch "linux-aarch64")
LINUX_X64_SHA256=$(prefetch "linux-x86_64")
DARWIN_AARCH64_SHA256=$(prefetch "macos-aarch64")
DARWIN_X64_SHA256=$(prefetch "macos-x86_64")
sed -i "s/version = \".*\"/version = \"$VERSION\"/" "$NIX_DRV"
@@ -32,4 +31,3 @@ replace-sha256() {
replace-sha256 "aarch64-linux" "$LINUX_AARCH64_SHA256"
replace-sha256 "x86_64-linux" "$LINUX_X64_SHA256"
replace-sha256 "aarch64-darwin" "$DARWIN_AARCH64_SHA256"
replace-sha256 "x86_64-darwin" "$DARWIN_X64_SHA256"