From 14f36b6f87d5f4c2f00d846d82743b4f68323d11 Mon Sep 17 00:00:00 2001 From: GRBurst Date: Wed, 1 Dec 2021 10:04:21 +0100 Subject: [PATCH] Update hash + add myself as maintainer Signed-off-by: GRBurst --- pkgs/games/runescape-launcher/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pkgs/games/runescape-launcher/default.nix b/pkgs/games/runescape-launcher/default.nix index 8b678d792fcb..78ebe606865a 100644 --- a/pkgs/games/runescape-launcher/default.nix +++ b/pkgs/games/runescape-launcher/default.nix @@ -12,7 +12,7 @@ let src = fetchurl { url = "https://content.runescape.com/downloads/ubuntu/pool/non-free/r/${pname}/${pname}_${version}_amd64.deb"; - sha256 = "0r5v1pwh0aas31b1d3pkrc8lqmqz9b4fml2b4kxmg5xzp677h271"; + sha256 = "10ly44lbgbbqc65lx7mhfzfjaiz1xj0mfjqlwlxz0sdjyw4a6ij6"; }; nativeBuildInputs = [ @@ -76,7 +76,7 @@ let description = "Launcher for RuneScape 3, the current main RuneScape"; homepage = "https://www.runescape.com/"; license = licenses.unfree; - maintainers = with lib.maintainers; [ grburst ]; + maintainers = with maintainers; [ grburst ]; platforms = [ "x86_64-linux" ]; }; }; @@ -100,4 +100,12 @@ in ]; multiPkgs = pkgs: [ libGL ]; runScript = "runescape-launcher"; + + meta = with lib; { + description = "Launcher for RuneScape 3"; + homepage = "https://www.runescape.com/"; + license = licenses.unfree; + maintainers = with maintainers; [ grburst ]; + platforms = [ "x86_64-linux" ]; + }; }