runescape-launcher: use package from archive.org
Signed-off-by: GRBurst <GRBurst@protonmail.com>
This commit is contained in:
parent
14f36b6f87
commit
2f444f12c8
1 changed files with 21 additions and 20 deletions
|
@ -10,8 +10,9 @@ let
|
|||
pname = "runescape-launcher";
|
||||
version = "2.2.9";
|
||||
|
||||
# upstream is https://content.runescape.com/downloads/ubuntu/pool/non-free/r/${pname}/${pname}_${version}_amd64.deb
|
||||
src = fetchurl {
|
||||
url = "https://content.runescape.com/downloads/ubuntu/pool/non-free/r/${pname}/${pname}_${version}_amd64.deb";
|
||||
url = "https://archive.org/download/${pname}_${version}_amd64/${pname}_${version}_amd64.deb";
|
||||
sha256 = "10ly44lbgbbqc65lx7mhfzfjaiz1xj0mfjqlwlxz0sdjyw4a6ij6";
|
||||
};
|
||||
|
||||
|
@ -102,10 +103,10 @@ in
|
|||
runScript = "runescape-launcher";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Launcher for RuneScape 3";
|
||||
description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3";
|
||||
homepage = "https://www.runescape.com/";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ grburst ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue