about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2020-04-06 22:06:52 +0200
committerJustin Humm <justin.humm@posteo.de>2020-05-24 22:05:45 +0200
commitcdd519c48979a63b64824e29e35a1b53d57aa61f (patch)
treebc67f63067a26cd82361b40bb0321b63c1e28dd5 /pkgs/games
parent73b4ea16f7e3172fdc1638ec3328d3536f4d8ac0 (diff)
downloadnixlib-cdd519c48979a63b64824e29e35a1b53d57aa61f.tar
nixlib-cdd519c48979a63b64824e29e35a1b53d57aa61f.tar.gz
nixlib-cdd519c48979a63b64824e29e35a1b53d57aa61f.tar.bz2
nixlib-cdd519c48979a63b64824e29e35a1b53d57aa61f.tar.lz
nixlib-cdd519c48979a63b64824e29e35a1b53d57aa61f.tar.xz
nixlib-cdd519c48979a63b64824e29e35a1b53d57aa61f.tar.zst
nixlib-cdd519c48979a63b64824e29e35a1b53d57aa61f.zip
factorio-{,headless}-experimental: 17.79 -> 18.26
also added myself as maintainer
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/factorio/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/games/factorio/default.nix b/pkgs/games/factorio/default.nix
index 691140b5bb8d..19ed6ccab372 100644
--- a/pkgs/games/factorio/default.nix
+++ b/pkgs/games/factorio/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, makeWrapper
 , alsaLib, libpulseaudio, libX11, libXcursor, libXinerama, libXrandr, libXi, libGL
-, factorio-utils
+, libSM, libICE, libXext, factorio-utils
 , releaseType
 , mods ? []
 , username ? "", token ? "" # get/reset token at https://factorio.com/profile
@@ -53,11 +53,11 @@ let
     x86_64-linux = let bdist = bdistForArch { inUrl = "linux64"; inTar = "x64"; }; in {
       alpha = {
         stable        = bdist { sha256 = "1fg2wnia6anzya4m53jf2xqwwspvwskz3awdb3j0v3fzijps94wc"; version = "0.17.79"; withAuth = true; };
-        experimental  = bdist { sha256 = "1fg2wnia6anzya4m53jf2xqwwspvwskz3awdb3j0v3fzijps94wc"; version = "0.17.79"; withAuth = true; };
+        experimental  = bdist { sha256 = "1ypq9qxry2b9a74p2i20f1yl20yf37xr4kvflbg1cn5nb8vvznxq"; version = "0.18.26"; withAuth = true; };
       };
       headless = {
         stable        = bdist { sha256 = "1pr39nm23fj83jy272798gbl9003rgi4vgsi33f2iw3dk3x15kls"; version = "0.17.79"; };
-        experimental  = bdist { sha256 = "1pr39nm23fj83jy272798gbl9003rgi4vgsi33f2iw3dk3x15kls"; version = "0.17.79"; };
+        experimental  = bdist { sha256 = "1srlzncwp1gcdy6ih8cc1ml5ggvg6xkw5jc2q95qjb9gpjv29mnl"; version = "0.18.26"; };
       };
       demo = {
         stable        = bdist { sha256 = "07qknasaqvzl9vy1fglm7xmdi7ynhmslrb0a209fhbfs0s7qqlgi"; version = "0.17.79"; };
@@ -166,7 +166,7 @@ let
       '';
       homepage = "https://www.factorio.com/";
       license = stdenv.lib.licenses.unfree;
-      maintainers = with stdenv.lib.maintainers; [ Baughn elitak ];
+      maintainers = with stdenv.lib.maintainers; [ Baughn elitak erictapen ];
       platforms = [ "i686-linux" "x86_64-linux" ];
     };
   };
@@ -186,6 +186,9 @@ let
         libXrandr
         libXi
         libGL
+        libSM
+        libICE
+        libXext
       ];
 
       installPhase = base.installPhase + ''