Unverified Commit 9d984bee authored by damccull's avatar damccull
Browse files

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.
parent 21a5d045
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };