about summary refs log tree commit diff
path: root/pkgs/games/minecraft
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2020-10-20 18:22:13 +0000
committerTredwellGit <tredwell@tutanota.com>2020-10-20 18:22:13 +0000
commit5be19908a7797d8bc71f2e737a75a7d6aecee9d0 (patch)
tree4688207e65278444fd5b2d0d592062f1cd970c56 /pkgs/games/minecraft
parent72ac8255dc57c8a58108351f0d0c2d0b33263183 (diff)
minecraft: 2.1.17627 -> 2.1.17785
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 9bdf979d7dd46..8052b11fb6fe6 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.17627";
+  version = "2.1.17785";
 
   src = fetchurl {
     url = "https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz";
-    sha256 = "04zjjyy0psfxfibzbac9w0kkgqwfpf1qmbj5gspyvhaib7k8may0";
+    sha256 = "1r70myf6hqcnkd6v2m2r8cpj060vsjdyp4rfw6d93vwsyqi90jkc";
   };
 
   icon = fetchurl {