Update hash + add myself as maintainer

Signed-off-by: GRBurst <GRBurst@protonmail.com>
This commit is contained in:
GRBurst 2021-12-01 10:04:21 +01:00
parent c2a8099158
commit 14f36b6f87
No known key found for this signature in database
GPG Key ID: 797F623868CD00C2

View File

@ -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" ];
};
}