minecraft: update to latest launcher

I changed the versioning scheme to the latest launcher date, which is
independent of minecraft version and is actually what the expression gets.
This commit is contained in:
Carles Pagès 2014-03-30 19:34:33 +02:00
parent 5d098e8206
commit 048a7e9d9c

View file

@ -2,11 +2,11 @@
, mesa, openal, alsaOss }:
stdenv.mkDerivation {
name = "minecraft-1.4.7";
name = "minecraft-2013.07.01";
src = fetchurl {
url = "https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar";
sha256 = "92db974aa759a3f17f3cd61550fa5010e335c57dd813dad9e39b9cc013420a49";
url = "https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar";
sha256 = "04pj4l5q0a64jncm2kk45r7nxnxa2z9n110dcxbbahdi6wk0png8";
};
phases = "installPhase";