diff options
| author | Emily <hello@emily.moe> | 2024-12-29 18:06:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 18:06:09 +0000 |
| commit | 396976fea28b3973f69d58e15e759e01908a8791 (patch) | |
| tree | 57cfb9bdf23e91846199c2241460efe127058375 | |
| parent | freeorion: 0.5.0.1 -> 0.5.0.1-unstable-2024-07-28 (#358976) (diff) | |
| download | nixpkgs-origin/revert-358976-push-yxurtoxzrtqs.tar.gz | |
Revert "freeorion: 0.5.0.1 -> 0.5.0.1-unstable-2024-07-28"origin/revert-358976-push-yxurtoxzrtqs
| -rw-r--r-- | pkgs/by-name/fr/freeorion/package.nix | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/by-name/fr/freeorion/package.nix b/pkgs/by-name/fr/freeorion/package.nix index fd0f2dcf5ba3..5798c61d8000 100644 --- a/pkgs/by-name/fr/freeorion/package.nix +++ b/pkgs/by-name/fr/freeorion/package.nix @@ -5,7 +5,7 @@ , doxygen , graphviz , makeWrapper -, boost +, boost179 , SDL2 , python3 , freetype @@ -24,19 +24,17 @@ stdenv.mkDerivation rec { pname = "freeorion"; - version = "0.5.0.1-unstable-2024-07-28"; + version = "0.5.0.1"; src = fetchFromGitHub { owner = "freeorion"; repo = "freeorion"; - # Current `release-0.5` commit to pick up Boost and GCC 14 fixes - # until another release is cut. - rev = "dc3d6a4f01aa78229c419fa17b4e383f73b024e2"; - hash = "sha256-9yPk77YeYkGMJqrlDYRTUMDKMWpxUXhVCnHhomiUc/A="; + rev = "v${version}"; + sha256 = "sha256-VvTq6TcLc5BMvRTjVsZ2HA9ug3WAqFuTHIoFQ/9/zWc="; }; buildInputs = [ - (boost.override { enablePython = true; python = python3; }) + (boost179.override { enablePython = true; python = python3; }) (python3.withPackages (p: with p; [ pycodestyle ])) SDL2 freetype |
