Merge pull request #315505 from tie/badlion-client-fix-build
badlion-client: 3.15.0 -> 4.3.0
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
let
|
||||
pname = "badlion-client";
|
||||
version = "3.15.0";
|
||||
version = "4.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://client-updates-cdn77.badlion.net/BadlionClient";
|
||||
hash = "sha256-HqMgY9+Xnp4uSTWr//REZGv3p7ivwLX97vxGD5wqu9E=";
|
||||
name = "badlion-client-linux";
|
||||
# https://www.badlion.net/download/client/latest/linux
|
||||
url = "https://web.archive.org/web/20240529090437if_/https://client-updates-cdn77.badlion.net/BadlionClient";
|
||||
hash = "sha256-9elNLSqCO21m1T2D+WABKotD9FfW3FrcOxbnPdyVd+w=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extract { inherit pname version src; };
|
||||
@@ -25,7 +27,8 @@ in
|
||||
description = "Most Complete All-In-One Mod Library for Minecraft with 100+ Mods, FPS Improvements, and more";
|
||||
homepage = "https://client.badlion.net";
|
||||
license = with licenses; [ unfree ];
|
||||
maintainers = with maintainers; [];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "badlion-client";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user