summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress/game.nix
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2017-12-07 00:53:24 +0100
committerHerwig Hochleitner <herwig@bendlas.net>2017-12-11 20:41:38 +0100
commitd29cee773c09b770ad04e625f30b24f604cf7829 (patch)
tree5137b786ad447ed01aaad463859410805962998e /pkgs/games/dwarf-fortress/game.nix
parentd410e0158873ed5fb2a578491a8731260e87362f (diff)
downloadnixpkgs-d29cee773c09b770ad04e625f30b24f604cf7829.tar
nixpkgs-d29cee773c09b770ad04e625f30b24f604cf7829.tar.gz
nixpkgs-d29cee773c09b770ad04e625f30b24f604cf7829.tar.bz2
nixpkgs-d29cee773c09b770ad04e625f30b24f604cf7829.tar.lz
nixpkgs-d29cee773c09b770ad04e625f30b24f604cf7829.tar.xz
nixpkgs-d29cee773c09b770ad04e625f30b24f604cf7829.tar.zst
nixpkgs-d29cee773c09b770ad04e625f30b24f604cf7829.zip
dwarf-fortress: 0.43.05 -> 0.44.02
dwarf-therapist: 37.0.0-Hello71 -> 39.0.0
dfhack: 0.43.05-r1 -> 0.44.02-alpha1
cla-theme: 43.05-v23 -> 44.01-v24
phoebus-theme: 43.05c -> 44.02a

There is a new maintained repository for
dwarf-therapist: http://www.bay12forums.com/smf/index.php?topic=168411

dfhack is still in alpha, so make backups, if you use it.

cc @the-kenny @abbradar
Diffstat (limited to 'pkgs/games/dwarf-fortress/game.nix')
-rw-r--r--pkgs/games/dwarf-fortress/game.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/dwarf-fortress/game.nix b/pkgs/games/dwarf-fortress/game.nix
index 740125bf442..54666e86cc1 100644
--- a/pkgs/games/dwarf-fortress/game.nix
+++ b/pkgs/games/dwarf-fortress/game.nix
@@ -3,8 +3,8 @@
 }:
 
 let
-  baseVersion = "43";
-  patchVersion = "05";
+  baseVersion = "44";
+  patchVersion = "02";
   dfVersion = "0.${baseVersion}.${patchVersion}";
   libpath = lib.makeLibraryPath [ stdenv.cc.cc stdenv.glibc dwarf-fortress-unfuck SDL ];
   platform =
@@ -12,8 +12,8 @@ let
     else if stdenv.system == "i686-linux" then "linux32"
     else throw "Unsupported platform";
   sha256 =
-    if stdenv.system == "x86_64-linux" then "1r0b96yrdf24m9476k5x7rmp3faxr0kfwwdf35agpvlb1qbi6v45"
-    else if stdenv.system == "i686-linux" then "16l1lydpkbnl3zhz4i2snmjk7pps8vmw3zv0bjgr8dncbsrycd03"
+    if stdenv.system == "x86_64-linux" then "1w2b6sxjxb5cvmv15fxmzfkxvby4kdcf4kj4w35687filyg0skah"
+    else if stdenv.system == "i686-linux" then "1yqzkgyl1adwysqskc2v4wlp1nkgxc7w6m37nwllghgwfzaiqwnh"
     else throw "Unsupported platform";
 
 in