multimc: unstable-2018-06-04 -> 0.6.4

Closes #55699.
This commit is contained in:
leo60228 2019-02-13 07:47:42 -05:00
parent c00b84adfc
commit 21e2427050
No known key found for this signature in database
GPG key ID: D1C9F54D945B7296

View file

@ -4,14 +4,12 @@ let
libpath = with xorg; stdenv.lib.makeLibraryPath [ libX11 libXext libXcursor libXrandr libXxf86vm libpulseaudio ];
in stdenv.mkDerivation rec {
name = "multimc-${version}";
# Current release as of 2018-06-23 (v0.6.2) breaks under Qt 5.11—see
# https://github.com/NixOS/nixpkgs/issues/42387
version = "unstable-2018-06-04";
version = "0.6.4";
src = fetchFromGitHub {
owner = "MultiMC";
repo = "MultiMC5";
rev = "19bb50b872da2702b8e0b65f3f7b6b54c1c5b071";
sha256 = "01frkk2klm1axr7ywnj23ikxn5pkgj8q6w8vqbslsvmh8bni8rk0";
rev = "0.6.4";
sha256 = "0z9mhvfsq9m2cmi0dbrjjc51642r6ppdbb8932236gar5j7w3bc2";
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake file makeWrapper ];