about summary refs log tree commit diff
path: root/pkgs/games/minecraft
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2020-09-23 18:22:56 +0000
committerTredwellGit <tredwell@tutanota.com>2020-09-23 18:22:56 +0000
commitd458c00d7fa12b827721e352c844f5dac9a6d807 (patch)
treef80828de8dd52dafbad028f489459517b73e0063 /pkgs/games/minecraft
parentd7ac5bd4c06af8d88160a84a2c5b76f531383b9f (diff)
minecraft: 2.1.17417 -> 2.1.17627
Diffstat (limited to 'pkgs/games/minecraft')
-rw-r--r--pkgs/games/minecraft/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/minecraft/default.nix b/pkgs/games/minecraft/default.nix
index 4ac888831f045..9bdf979d7dd46 100644
--- a/pkgs/games/minecraft/default.nix
+++ b/pkgs/games/minecraft/default.nix
@@ -86,11 +86,11 @@ in
 stdenv.mkDerivation rec {
   pname = "minecraft-launcher";
 
-  version = "2.1.17417";
+  version = "2.1.17627";
 
   src = fetchurl {
     url = "https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz";
-    sha256 = "16f2zsd70yi0r41x8xi0n8kjx68dk2zn6z4aqkq6jgcsx07afki2";
+    sha256 = "04zjjyy0psfxfibzbac9w0kkgqwfpf1qmbj5gspyvhaib7k8may0";
   };
 
   icon = fetchurl {