diff --git a/pkgs/by-name/le/leetgpu/package.nix b/pkgs/by-name/le/leetgpu/package.nix index c1225e123892..78a13e1fffa3 100644 --- a/pkgs/by-name/le/leetgpu/package.nix +++ b/pkgs/by-name/le/leetgpu/package.nix @@ -26,11 +26,6 @@ let url = "https://cli.leetgpu.com/dist/${version}/leetgpu-macos-arm64"; hash = "sha256-B1Sdyw+6fDBKS3PsINmiNA9PnOtEpDZiodFPsx+qk1Y="; }; - - x86_64-darwin = fetchurl { - url = "https://cli.leetgpu.com/dist/${version}/leetgpu-macos-amd64"; - hash = "sha256-Iw2w0qDddM38OE37mVZ4krRTqjKGhXPxZSCav+oM1ac="; - }; }; src = srcs.${stdenvNoCC.hostPlatform.system} or throwSystem; diff --git a/pkgs/by-name/le/leetgpu/update.sh b/pkgs/by-name/le/leetgpu/update.sh index 6a1f26c5d462..b30ac924cbe9 100755 --- a/pkgs/by-name/le/leetgpu/update.sh +++ b/pkgs/by-name/le/leetgpu/update.sh @@ -16,7 +16,6 @@ update-source-version leetgpu $latestVersion || true for system in \ x86_64-linux \ aarch64-linux \ - x86_64-darwin \ aarch64-darwin; do hash=$(nix store prefetch-file --json --hash-type sha256 \ $(nix-instantiate --eval --raw -E "with import ./. {}; leetgpu.src.url" --system "$system") | jq -r '.hash')