From b4281678dbe6593f73f49028d644714b3141290d Mon Sep 17 00:00:00 2001 From: Rafael Ieda Date: Wed, 20 Aug 2025 13:25:12 -0300 Subject: [PATCH 1/2] runescape: 2.2.10 -> 2.2.11 --- pkgs/by-name/ru/runescape/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ru/runescape/package.nix b/pkgs/by-name/ru/runescape/package.nix index 990466cb8232..f7231fd44cf4 100644 --- a/pkgs/by-name/ru/runescape/package.nix +++ b/pkgs/by-name/ru/runescape/package.nix @@ -28,13 +28,13 @@ let runescape = stdenv.mkDerivation rec { pname = "runescape-launcher"; - version = "2.2.10"; + version = "2.2.11"; # Packages: https://content.runescape.com/downloads/ubuntu/dists/trusty/non-free/binary-amd64/Packages # upstream is https://content.runescape.com/downloads/ubuntu/pool/non-free/r/${pname}/${pname}_${version}_amd64.deb src = fetchurl { url = "https://archive.org/download/${pname}_${version}_amd64/${pname}_${version}_amd64.deb"; - sha256 = "1v96vjiblphhbqhpp3m7wbvdvcnp76ncdlf4pdcr2z1dz8nh6shg"; + sha256 = "0dyilgbsr28zqpf711wygg706vn7sqxklnsnbghwkxfzzjppz2xw"; }; nativeBuildInputs = [ From 25c9b81ba81be9e3a2bf7fe6d0e69452fdfa8d4b Mon Sep 17 00:00:00 2001 From: Rafael Ieda Date: Wed, 20 Aug 2025 13:41:49 -0300 Subject: [PATCH 2/2] runescape: add maintainer iedame --- pkgs/by-name/ru/runescape/package.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ru/runescape/package.nix b/pkgs/by-name/ru/runescape/package.nix index f7231fd44cf4..f097ee43ca31 100644 --- a/pkgs/by-name/ru/runescape/package.nix +++ b/pkgs/by-name/ru/runescape/package.nix @@ -99,7 +99,10 @@ let homepage = "https://www.runescape.com/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; - maintainers = with maintainers; [ grburst ]; + maintainers = with maintainers; [ + grburst + iedame + ]; platforms = [ "x86_64-linux" ]; }; }; @@ -149,7 +152,10 @@ buildFHSEnv { description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3"; homepage = "https://www.runescape.com/"; license = licenses.unfree; - maintainers = with maintainers; [ grburst ]; + maintainers = with maintainers; [ + grburst + iedame + ]; platforms = [ "x86_64-linux" ]; }; }