freeorion: 0.5 -> 0.5.0.1

This commit is contained in:
R. Ryantm 2024-03-15 12:59:12 +00:00
parent b1d4798935
commit 711e3cfb81
1 changed files with 3 additions and 3 deletions

View File

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