mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
teeworlds: 0.7.3.1 -> 0.7.4
This commit is contained in:
parent
5a003383fb
commit
9120d20766
|
@ -4,13 +4,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "teeworlds";
|
||||
version = "0.7.3.1";
|
||||
version = "0.7.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "teeworlds";
|
||||
repo = "teeworlds";
|
||||
rev = version;
|
||||
sha256 = "1hfj22xxswqnm1s74ln3dwl63rs4mk9g4yvpf75plswbxd0020la";
|
||||
sha256 = "1llrzcc9p8pswk58rj4qh4g67nlji8q2kw3hxh3qpli85jvkdmyx";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -24,11 +24,15 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ bam pkgconfig ];
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
bam config
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
bam conf=release
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue