Merge pull request #31740 from WhatNodyn/factorio-version

factorio: 0.15.34 -> 0.15.37

authored by Orivej Desh and committed by GitHub c9acc59a 2d95a6ab

+3 -3
+3 -3
pkgs/games/factorio/default.nix
··· 16 # where the ultimate "_" (before the version) is changed to a "-". 17 binDists = { 18 x86_64-linux = let bdist = bdistForArch { inUrl = "linux64"; inTar = "x64"; }; in { 19 - alpha = bdist { sha256 = "0phikwv00mbwpz4207wm6gz6blarm0b9p1f013ha2w5g7c2dxq4s"; fetcher = authenticatedFetch; }; 20 - headless = bdist { sha256 = "1m170cl8ji6k3d3jm6n48wx3b7xfsxp4wkaixh0qszaqzafsglp0"; }; 21 demo = bdist { sha256 = "03nwn4838yhqq0r76pf2m4wxi32rsq0knsxmq3qq4ycji89q1dyc"; version = "0.15.33"; }; 22 }; 23 i686-linux = let bdist = bdistForArch { inUrl = "linux32"; inTar = "i386"; }; in { ··· 29 actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform"); 30 31 bdistForArch = arch: { sha256 ? null 32 - , version ? "0.15.34" 33 , fetcher ? fetchurl 34 , nameMut ? x: x 35 }:
··· 16 # where the ultimate "_" (before the version) is changed to a "-". 17 binDists = { 18 x86_64-linux = let bdist = bdistForArch { inUrl = "linux64"; inTar = "x64"; }; in { 19 + alpha = bdist { sha256 = "0y6d7pvf3dgyll175323xp4zmrbyrjn73zrb478y1gpl6dqh064d"; fetcher = authenticatedFetch; }; 20 + headless = bdist { sha256 = "1agkra3qq11la307ymsfb7v358wc2s2mdpmfbc5n0sb4gnmnqazq"; }; 21 demo = bdist { sha256 = "03nwn4838yhqq0r76pf2m4wxi32rsq0knsxmq3qq4ycji89q1dyc"; version = "0.15.33"; }; 22 }; 23 i686-linux = let bdist = bdistForArch { inUrl = "linux32"; inTar = "i386"; }; in { ··· 29 actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform"); 30 31 bdistForArch = arch: { sha256 ? null 32 + , version ? "0.15.37" 33 , fetcher ? fetchurl 34 , nameMut ? x: x 35 }: