Merge pull request #32759 from bflyblue/factorio-0.15.40

factorio: 0.15.37 -> 0.15.40

authored by Orivej Desh and committed by GitHub 8572e0fd cc8705dc

+4 -4
+4 -4
pkgs/games/factorio/default.nix
··· 16 16 # where the ultimate "_" (before the version) is changed to a "-". 17 17 binDists = { 18 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"; }; 19 + alpha = bdist { sha256 = "1i25q8x80qdpmf00lvml67gyklrfvmr4gfyakrx954bq8giiy4ll"; fetcher = authenticatedFetch; }; 20 + headless = bdist { sha256 = "0v5sypz1q6x6hi6k5cyi06f9ld0cky80l0z64psd3v2ax9hyyh8h"; }; 21 + demo = bdist { sha256 = "0aca8gks7wl7yi821bcca16c94zcc41agin5j0vfz500i0sngzzw"; version = "0.15.36"; }; 22 22 }; 23 23 i686-linux = let bdist = bdistForArch { inUrl = "linux32"; inTar = "i386"; }; in { 24 24 alpha = bdist { sha256 = "0nnfkxxqnywx1z05xnndgh71gp4izmwdk026nnjih74m2k5j086l"; version = "0.14.23"; nameMut = asGz; }; ··· 29 29 actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform"); 30 30 31 31 bdistForArch = arch: { sha256 ? null 32 - , version ? "0.15.37" 32 + , version ? "0.15.40" 33 33 , fetcher ? fetchurl 34 34 , nameMut ? x: x 35 35 }: