teeworlds: 0.7.3.1 -> 0.7.4
This commit is contained in:
parent
5a003383fb
commit
9120d20766
1 changed files with 6 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "teeworlds";
|
pname = "teeworlds";
|
||||||
version = "0.7.3.1";
|
version = "0.7.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "teeworlds";
|
owner = "teeworlds";
|
||||||
repo = "teeworlds";
|
repo = "teeworlds";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1hfj22xxswqnm1s74ln3dwl63rs4mk9g4yvpf75plswbxd0020la";
|
sha256 = "1llrzcc9p8pswk58rj4qh4g67nlji8q2kw3hxh3qpli85jvkdmyx";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,11 +24,15 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ bam pkgconfig ];
|
nativeBuildInputs = [ bam pkgconfig ];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
runHook preConfigure
|
||||||
bam config
|
bam config
|
||||||
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
runHook preBuild
|
||||||
bam conf=release
|
bam conf=release
|
||||||
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue