Merge pull request #199487 from fgaz/warzone2100/4.3.1

warzone2100: 4.2.7 -> 4.3.1
This commit is contained in:
Francesco Gazzetta 2022-11-06 12:15:32 +00:00 committed by GitHub
commit fc20c52aea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
, SDL2
, libtheora
, libvorbis
, libopus
, openal
, openalSoft
, physfs
@ -42,17 +43,18 @@ in
stdenv.mkDerivation rec {
inherit pname;
version = "4.2.7";
version = "4.3.1";
src = fetchurl {
url = "mirror://sourceforge/${pname}/releases/${version}/${pname}_src.tar.xz";
sha256 = "sha256-f1J84A7aRAmbGn48MD7eJ2+DX21q2UWwYAoXXdq7ALA=";
sha256 = "sha256-GdHe8DskEd0G1E388z8GGOtjTqHTMBpFSxf1MNATGN0=";
};
buildInputs = [
SDL2
libtheora
libvorbis
libopus
openal
openalSoft
physfs