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