Merge pull request #225501 from r-ryantm/auto-update/freeorion

freeorion: 0.4.10.2 -> 0.5
This commit is contained in:
Weijia Wang 2023-04-11 01:24:35 +03:00 committed by GitHub
commit 67dc3ad860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "freeorion";
version = "0.4.10.2";
version = "0.5";
src = fetchFromGitHub {
owner = "freeorion";
repo = "freeorion";
rev = "v${version}";
sha256 = "sha256-k/YwTg0N2b70igfqRuFl/zwxMQhD2QjbapsazYbi0Ik=";
sha256 = "sha256-uJRDU0Xd+sHL2IDvMiElUSOhvchVMW9wYMSLSN7pYtQ=";
};
buildInputs = [
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
makeWrapper
];
# as of 0.4.10.2 FreeOrion doesn't work with "-DOpenGL_GL_PREFERENCE=GLVND"
# as of 0.5 FreeOrion doesn't work with "-DOpenGL_GL_PREFERENCE=GLVND"
cmakeFlags = [ "-DOpenGL_GL_PREFERENCE=LEGACY" ];
postInstall = ''