mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-14 12:48:57 +00:00
ookla-speedtest: drop x86_64-darwin support
This commit is contained in:
@@ -10,7 +10,7 @@ let
|
||||
pname = "ookla-speedtest";
|
||||
version = "1.2.0";
|
||||
|
||||
srcs = rec {
|
||||
srcs = {
|
||||
x86_64-linux = fetchurl {
|
||||
url = "https://install.speedtest.net/app/cli/${pname}-${version}-linux-x86_64.tgz";
|
||||
sha256 = "sha256-VpBZbFT/m+1j+jcy+BigXbwtsZrTbtaPIcpfZNXP7rc=";
|
||||
@@ -27,11 +27,10 @@ let
|
||||
url = "https://install.speedtest.net/app/cli/${pname}-${version}-linux-armhf.tgz";
|
||||
sha256 = "sha256-5F/N672KGFVTU1Uz3QMtaxC8jGTu5BObEUe5wJg10I0=";
|
||||
};
|
||||
x86_64-darwin = fetchurl {
|
||||
aarch64-darwin = fetchurl {
|
||||
url = "https://install.speedtest.net/app/cli/${pname}-${version}-macosx-universal.tgz";
|
||||
sha256 = "sha256-yfgZIUnryI+GmZmM7Ksc4UQUQEWQfs5vU89Qh39N5m8=";
|
||||
};
|
||||
aarch64-darwin = x86_64-darwin;
|
||||
};
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user