aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/packages/games.scm10
1 files 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 <file>'.
- (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