dwarf-fortress: 0.44.05 -> 0.44.09

This commit is contained in:
Herwig Hochleitner 2018-04-12 23:36:29 +02:00
parent 1330f66d3b
commit 23aaf1cf97
7 changed files with 14 additions and 14 deletions

View file

@ -4,13 +4,13 @@
}:
let
dfVersion = "0.44.05";
version = "${dfVersion}-r2";
dfVersion = "0.44.09";
version = "${dfVersion}-r1";
rev = "refs/tags/${version}";
sha256 = "1cwifdhi48a976xc472nf6q2k0ibwqffil5a4llcymcxdbgxdcc9";
# revision of library/xml submodule
xmlRev = "2794f8a6d7405d4858bac486a0bb17b94740c142";
xmlRev = "3c0bf63674d5430deadaf7befaec42f0ec1e8bc5";
arch =
if stdenv.system == "x86_64-linux" then "64"

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "dwarf-therapist-original-${version}";
version = "39.2.1";
version = "39.3.1";
src = fetchFromGitHub {
owner = "Dwarf-Therapist";
repo = "Dwarf-Therapist";
rev = "v${version}";
sha256 = "1dgcn1a4sz649kj94ldqy4ms7zhwpaj3q4r86b0yfh6dda8jzlgp";
sha256 = "0vb0dg1r833gaa4jzlrxf9acn41az3xjs9alx7r9lkqwvkjyrdy2";
};
outputs = [ "out" "layouts" ];

View file

@ -4,7 +4,7 @@
let
baseVersion = "44";
patchVersion = "05";
patchVersion = "09";
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 "18bjyhjp5458bfbizm8vq4s00pqpfs097qp6pv76m84kgbc4ghg3"
else if stdenv.system == "i686-linux" then "1b9i4kf4c8s6bhqwn8jx100mg7fqp8nmswrai5w8dsma01py4amr"
if stdenv.system == "x86_64-linux" then "1haikynkg1pqyrzzqk1qxm19p36ww58qp8brh3fjxssp4x71rcdy"
else if stdenv.system == "i686-linux" then "0lmbrdf7wjdwj5yx0khnq871yxvhfwqxjjyfkqcdy5ik18lvlkj8"
else throw "Unsupported platform";
in

View file

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
version = "2016-1_196";
dfVersion = "0.44.05";
dfVersion = "0.44.09";
inherit soundPack;
name = "soundsense-${version}";
src = fetchzip {

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
cp -r data raw $out
'';
passthru.dfVersion = "0.44.05";
passthru.dfVersion = "0.44.09";
preferLocalBuild = true;

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "phoebus-theme-${version}";
version = "44.05";
version = "44.07";
src = fetchFromGitHub {
owner = "DFgraphics";
repo = "Phoebus";
rev = version;
sha256 = "06mhr6dpbvwp9dxn70kyr6dwyql2k6x5zba2zf6awjah7idys0xr";
sha256 = "114yc0s7j57i4rq6iq295gggbgzx4qb389xip8lkzfg4dnp6klns";
};
installPhase = ''
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
cp -r data raw $out
'';
passthru.dfVersion = "0.44.05";
passthru.dfVersion = "0.44.09";
preferLocalBuild = true;

View file

@ -3,7 +3,7 @@
, ncurses, glib, gtk2, libsndfile, zlib
}:
let dfVersion = "0.44.05"; in
let dfVersion = "0.44.09"; in
stdenv.mkDerivation {
name = "dwarf_fortress_unfuck-${dfVersion}";