runescape: 2.2.10 -> 2.2.11 (#435319)

authored by Wolfgang Walther and committed by GitHub addb1ddd c92a4587

+10 -4
+10 -4
pkgs/by-name/ru/runescape/package.nix
··· 28 28 29 29 runescape = stdenv.mkDerivation rec { 30 30 pname = "runescape-launcher"; 31 - version = "2.2.10"; 31 + version = "2.2.11"; 32 32 33 33 # Packages: https://content.runescape.com/downloads/ubuntu/dists/trusty/non-free/binary-amd64/Packages 34 34 # upstream is https://content.runescape.com/downloads/ubuntu/pool/non-free/r/${pname}/${pname}_${version}_amd64.deb 35 35 src = fetchurl { 36 36 url = "https://archive.org/download/${pname}_${version}_amd64/${pname}_${version}_amd64.deb"; 37 - sha256 = "1v96vjiblphhbqhpp3m7wbvdvcnp76ncdlf4pdcr2z1dz8nh6shg"; 37 + sha256 = "0dyilgbsr28zqpf711wygg706vn7sqxklnsnbghwkxfzzjppz2xw"; 38 38 }; 39 39 40 40 nativeBuildInputs = [ ··· 99 99 homepage = "https://www.runescape.com/"; 100 100 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 101 101 license = licenses.unfree; 102 - maintainers = with maintainers; [ grburst ]; 102 + maintainers = with maintainers; [ 103 + grburst 104 + iedame 105 + ]; 103 106 platforms = [ "x86_64-linux" ]; 104 107 }; 105 108 }; ··· 149 152 description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3"; 150 153 homepage = "https://www.runescape.com/"; 151 154 license = licenses.unfree; 152 - maintainers = with maintainers; [ grburst ]; 155 + maintainers = with maintainers; [ 156 + grburst 157 + iedame 158 + ]; 153 159 platforms = [ "x86_64-linux" ]; 154 160 }; 155 161 }