From 9d984beeca298a1c27957d4d3b0fe8cec830fb33 Mon Sep 17 00:00:00 2001 From: damccull <401104+damccull@users.noreply.github.com> Date: Fri, 16 Aug 2024 01:47:12 -1000 Subject: [PATCH] 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. --- pkgs/applications/networking/spideroak/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/spideroak/default.nix b/pkgs/applications/networking/spideroak/default.nix index c1531a25b548..c4ef9831a8ce 100644 --- a/pkgs/applications/networking/spideroak/default.nix +++ b/pkgs/applications/networking/spideroak/default.nix @@ -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; };