From fc3926ea2d0c27036b7de43573c77080c9050828 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Wed, 16 Dec 2020 11:31:33 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"minecraft:=202.2.909=20=E2=86=92=202.?= =?UTF-8?q?2.741"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8d4d8ef274f2f559c1a91133004f31f041eadd51. The update script pulls the version info from AUR and they still use the old version. Sorry... --- nixos/tests/minecraft.nix | 2 +- pkgs/games/minecraft/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/tests/minecraft.nix b/nixos/tests/minecraft.nix index 3225ebac392..e0c35f2d276 100644 --- a/nixos/tests/minecraft.nix +++ b/nixos/tests/minecraft.nix @@ -21,7 +21,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { in '' client.wait_for_x() client.execute("su - alice -c minecraft-launcher &") - client.wait_for_text("Create a new Microsoft account") + client.wait_for_text("CONTINUE WITHOUT LOGIN") client.sleep(10) client.screenshot("launcher") ''; diff --git a/pkgs/games/minecraft/default.nix b/pkgs/games/minecraft/default.nix index 82c9ecfa753..292b43bec0a 100644 --- a/pkgs/games/minecraft/default.nix +++ b/pkgs/games/minecraft/default.nix @@ -88,11 +88,11 @@ in stdenv.mkDerivation rec { pname = "minecraft-launcher"; - version = "2.2.741"; + version = "2.2.909"; src = fetchurl { url = "https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz"; - sha256 = "0bm78ybn91ihibxgmlpk7dl2zxy4a57k86qmb08cif3ifbflzkvw"; + sha256 = "15x2imr8c4m2bjfs9y1l34fpvixxdf09gqls4bqb4rdvj1vhdrh2"; }; icon = fetchurl {