diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-20 00:23:51 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-20 00:23:51 +0300 |
commit | e7941cee341350e2b59b33abef99dfc1c36c2ea9 (patch) | |
tree | c6fb9caae84c39b714e0267d83b0d98d849ad481 /packages | |
parent | 2022-08-17 (diff) |
2022-08-20
Diffstat (limited to '')
-rw-r--r-- | packages/ultimmc.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ultimmc.nix b/packages/ultimmc.nix index e90d5bd..dcb646a 100644 --- a/packages/ultimmc.nix +++ b/packages/ultimmc.nix @@ -10,13 +10,13 @@ }: stdenv.mkDerivation rec { pname = "UltimMC"; - version = "unstable-2022-06-09"; + version = "unstable-2022-07-20"; src = fetchFromGitHub { owner = "UltimMC"; repo = "Launcher"; - rev = "b7c9b27ed6fb047da7fab5e4cee99b298b9e9811"; - hash = "sha256-xmkflvtOSLMTuzAKovgOLjgpbR8j53bkGV3QZRsQItw="; + rev = "a522ec3ad4602de1f457a25bce98ef912a29d7d6"; + hash = "sha256-+UgBblyEx0cKH8UMBOPtjhQLv2YUKj91UokQWKCEPbY="; fetchSubmodules = true; }; |