From 6c58bd10685aadf3d6738cb54e8a051d756b6492 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 23 Jul 2024 20:56:44 +0200 Subject: Update simutrans to 124.2 --- tw/packages/games.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tw/packages/games.scm b/tw/packages/games.scm index 3de14449..98cce712 100644 --- a/tw/packages/games.scm +++ b/tw/packages/games.scm @@ -89,14 +89,14 @@ with the Shenzhen I/O game.") ;; https://github.com/NixOS/nixpkgs/blob/master/pkgs/games/simutrans/default.nix (package (name "simutrans") - (version "124.0") + (version "124.2") (source (origin (method url-fetch) (uri (let ((version/- (string-replace-substring version "." "-"))) (string-append "mirror://sourceforge/simutrans/simutrans/" version/- "/simutrans-src-" version/- ".zip"))) ;; Use `guix hash -H sha256 '. - (sha256 (base32 "08mjmd4wzzx54i5cpbnfp2qpih0rqi7p9qwd05sph9xnky952bz7")))) + (sha256 (base32 "13n8qp2cmclcd5vqij77kpli8c7z5mdbcpzviv4p74rxij4plpgj")))) (build-system gnu-build-system) (arguments `(#:make-flags @@ -137,9 +137,9 @@ with the Shenzhen I/O game.") (install-file #+(local-file "files/simutrans.appdata.xml") (string-append out "/share/metainfo")))))))) - (inputs (list `(,zstd "lib") freetype fluidsynth ; technically optional - zlib bzip2 libpng sdl2)) ; required - (native-inputs (list pkg-config unzip)) ; build-time deps + (inputs (list `(,zstd "lib") freetype fluidsynth ; technically optional + fontconfig zlib bzip2 libpng sdl2)) ; required + (native-inputs (list pkg-config unzip)) ; build-time deps (home-page "https://www.simutrans.com/") (synopsis "Transportation simulation game") (description "Simutrans is a freeware and open-source transportation -- cgit v1.2.3