Skip to content

Commit

Permalink
freeorion: 0.5.0.1 -> 0.5.0.1-unstable-2024-07-28
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Nov 23, 2024
1 parent 97bffe5 commit 605ef62
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/fr/freeorion/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, doxygen
, graphviz
, makeWrapper
, boost179
, boost
, SDL2
, python3
, freetype
Expand All @@ -24,17 +24,19 @@

stdenv.mkDerivation rec {
pname = "freeorion";
version = "0.5.0.1";
version = "0.5.0.1-unstable-2024-07-28";

src = fetchFromGitHub {
owner = "freeorion";
repo = "freeorion";
rev = "v${version}";
sha256 = "sha256-VvTq6TcLc5BMvRTjVsZ2HA9ug3WAqFuTHIoFQ/9/zWc=";
# Current `release-0.5` commit to pick up Boost and GCC 14 fixes
# until another release is cut.
rev = "dc3d6a4f01aa78229c419fa17b4e383f73b024e2";
hash = "sha256-9yPk77YeYkGMJqrlDYRTUMDKMWpxUXhVCnHhomiUc/A=";
};

buildInputs = [
(boost179.override { enablePython = true; python = python3; })
(boost.override { enablePython = true; python = python3; })
(python3.withPackages (p: with p; [ pycodestyle ]))
SDL2
freetype
Expand Down

0 comments on commit 605ef62

Please sign in to comment.