mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
SpiderOAK: update download url (#335098)
This commit is contained in:
commit
fb78d95a04
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user