Skip to content

Commit

Permalink
premake5: 5.0.0pre.alpha.11 -> 5.0.0-alpha12
Browse files Browse the repository at this point in the history
The new premake fixes the issue in ebb2ca7 for
the GNU Make target.
  • Loading branch information
orivej committed Dec 4, 2017
1 parent ebb2ca7 commit 3eccd0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/misc/premake/5.nix
Expand Up @@ -3,14 +3,14 @@
with stdenv.lib;

stdenv.mkDerivation rec {
name = "premake-${version}";
version = "5.0.0pre.alpha.11";
name = "premake5-${version}";
version = "5.0.0-alpha12";

src = fetchFromGitHub {
owner = "premake";
repo = "premake-core";
rev = "5dfb0238bc309df04819dd430def621ce854678d";
sha256 = "0k9xbqrnbwj0hnmdgcrwn70py1kiqvr10l42aw42xnlmdyg1sgsc";
rev = "v${version}";
sha256 = "1h3hr96pdz94njn4bg02ldcz0k5j1x017d8svc7fdyvl2b77nqzf";
};

buildInputs = optional stdenv.isDarwin [ CoreServices ];
Expand Down

0 comments on commit 3eccd0b

Please sign in to comment.