Merge pull request #53311 from siraben/powder-toy
the-powder-toy: 92.5 -> 93.3
This commit is contained in:
commit
9a262a71a1
@ -2,21 +2,15 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "the-powder-toy-${version}";
|
||||
version = "92.5";
|
||||
version = "93.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "simtr";
|
||||
owner = "ThePowderToy";
|
||||
repo = "The-Powder-Toy";
|
||||
rev = "v${version}";
|
||||
sha256 = "1n15kgl4qnz55b32ddgmhrv64cl3awbds8arycn7mkf7akwdg1g6";
|
||||
sha256 = "1bg1y13kpqxx4mpncxvmg8w02dyqyd9hl43rwnys3sqrjdm9k02j";
|
||||
};
|
||||
|
||||
patches = [ ./fix-env.patch ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i 's,lua5.1,lua,g' SConscript
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ scons pkgconfig ];
|
||||
|
||||
buildInputs = [ SDL lua fftwFloat zlib bzip2 ];
|
||||
|
Loading…
Reference in New Issue
Block a user