runescape: 2.2.10 -> 2.2.11 (#435319)

Changed files
+10 -4
pkgs
by-name
ru
runescape
+10 -4
pkgs/by-name/ru/runescape/package.nix
···
runescape = stdenv.mkDerivation rec {
pname = "runescape-launcher";
-
version = "2.2.10";
# 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";
};
nativeBuildInputs = [
···
homepage = "https://www.runescape.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
-
maintainers = with maintainers; [ grburst ];
platforms = [ "x86_64-linux" ];
};
};
···
description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3";
homepage = "https://www.runescape.com/";
license = licenses.unfree;
-
maintainers = with maintainers; [ grburst ];
platforms = [ "x86_64-linux" ];
};
}
···
runescape = stdenv.mkDerivation rec {
pname = "runescape-launcher";
+
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 = "0dyilgbsr28zqpf711wygg706vn7sqxklnsnbghwkxfzzjppz2xw";
};
nativeBuildInputs = [
···
homepage = "https://www.runescape.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
+
maintainers = with maintainers; [
+
grburst
+
iedame
+
];
platforms = [ "x86_64-linux" ];
};
};
···
description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3";
homepage = "https://www.runescape.com/";
license = licenses.unfree;
+
maintainers = with maintainers; [
+
grburst
+
iedame
+
];
platforms = [ "x86_64-linux" ];
};
}