Skip to content

Commit

Permalink
multimc: 0.6.7 -> 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
anna328p committed Apr 16, 2020
1 parent 25467c4 commit d44b9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/multimc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ let
libpath = with xorg; stdenv.lib.makeLibraryPath [ libX11 libXext libXcursor libXrandr libXxf86vm libpulseaudio ];
in mkDerivation rec {
pname = "multimc";
version = "0.6.7";
version = "0.6.11";
src = fetchFromGitHub {
owner = "MultiMC";
repo = "MultiMC5";
rev = version;
sha256 = "1i160rmsdvrcnvlr6m2qjwkfx0lqnzrcifjkaklw96ina6z6cg2n";
sha256 = "1jkbmb4sgfk8d93f5l1vd9pkpvhq9sxacc61w0rvf5xmz0wnszmz";
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake file makeWrapper ];
Expand Down

0 comments on commit d44b9d3

Please sign in to comment.