Merge pull request #75574 from musteresel/patch-1
anydesk: Provide alternative URL
This commit is contained in:
commit
2d7b7b805d
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ in stdenv.mkDerivation rec {
|
|||
version = "5.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.anydesk.com/linux/${pname}-${version}-${arch}.tar.gz";
|
||||
urls = [
|
||||
"https://download.anydesk.com/linux/${pname}-${version}-${arch}.tar.gz"
|
||||
"https://download.anydesk.com/linux/generic-linux/${pname}-${version}-${arch}.tar.gz"
|
||||
];
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue