minecraft: 2.1.5965 -> 2.1.7658
This commit is contained in:
parent
4c0afa1770
commit
eaa53f737e
|
@ -15,6 +15,7 @@
|
||||||
, cups
|
, cups
|
||||||
, dbus
|
, dbus
|
||||||
, atk
|
, atk
|
||||||
|
, gtk3-x11
|
||||||
, gtk2-x11
|
, gtk2-x11
|
||||||
, gdk-pixbuf
|
, gdk-pixbuf
|
||||||
, glib
|
, glib
|
||||||
|
@ -58,6 +59,7 @@ let
|
||||||
glib
|
glib
|
||||||
gnome2.GConf
|
gnome2.GConf
|
||||||
gnome2.pango
|
gnome2.pango
|
||||||
|
gtk3-x11
|
||||||
gtk2-x11
|
gtk2-x11
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
|
@ -82,11 +84,11 @@ in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "minecraft-launcher";
|
pname = "minecraft-launcher";
|
||||||
|
|
||||||
version = "2.1.5965";
|
version = "2.1.7658";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz";
|
url = "https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz";
|
||||||
sha256 = "0wlc49s541li4cbxdmlw8fp34hp1q9m6ngr7l5hfdhv1i13s5845";
|
sha256 = "10sng7l0q9r98zwifjmy50nyh65ny4djmacz8158hffcsfcx93px";
|
||||||
};
|
};
|
||||||
|
|
||||||
icon = fetchurl {
|
icon = fetchurl {
|
||||||
|
|
Loading…
Reference in New Issue