SpiderOAK: update download url

The existing url no longer works. This is the new location for the same
file.
This should solve https://github.com/NixOS/nixpkgs/issues/258742.
This commit is contained in:
damccull 2024-08-16 01:47:12 -10:00
parent 21a5d0457f
commit 9d984beeca
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ in stdenv.mkDerivation {
src = fetchurl {
name = "SpiderOakONE-${version}-slack_tar_x64.tgz";
url = "https://spideroak.com/release/spideroak/slack_tar_x64";
url = "https://spideroak-releases.s3.us-east-2.amazonaws.com/SpiderOakONE-${version}-slack_tar_x64.tgz";
inherit sha256;
};