factorio: 0.15.34 -> 0.15.37
This commit is contained in:
parent
2d95a6ab22
commit
fd8a174868
@ -16,8 +16,8 @@ let
|
|||||||
# where the ultimate "_" (before the version) is changed to a "-".
|
# where the ultimate "_" (before the version) is changed to a "-".
|
||||||
binDists = {
|
binDists = {
|
||||||
x86_64-linux = let bdist = bdistForArch { inUrl = "linux64"; inTar = "x64"; }; in {
|
x86_64-linux = let bdist = bdistForArch { inUrl = "linux64"; inTar = "x64"; }; in {
|
||||||
alpha = bdist { sha256 = "0phikwv00mbwpz4207wm6gz6blarm0b9p1f013ha2w5g7c2dxq4s"; fetcher = authenticatedFetch; };
|
alpha = bdist { sha256 = "0y6d7pvf3dgyll175323xp4zmrbyrjn73zrb478y1gpl6dqh064d"; fetcher = authenticatedFetch; };
|
||||||
headless = bdist { sha256 = "1m170cl8ji6k3d3jm6n48wx3b7xfsxp4wkaixh0qszaqzafsglp0"; };
|
headless = bdist { sha256 = "1agkra3qq11la307ymsfb7v358wc2s2mdpmfbc5n0sb4gnmnqazq"; };
|
||||||
demo = bdist { sha256 = "03nwn4838yhqq0r76pf2m4wxi32rsq0knsxmq3qq4ycji89q1dyc"; version = "0.15.33"; };
|
demo = bdist { sha256 = "03nwn4838yhqq0r76pf2m4wxi32rsq0knsxmq3qq4ycji89q1dyc"; version = "0.15.33"; };
|
||||||
};
|
};
|
||||||
i686-linux = let bdist = bdistForArch { inUrl = "linux32"; inTar = "i386"; }; in {
|
i686-linux = let bdist = bdistForArch { inUrl = "linux32"; inTar = "i386"; }; in {
|
||||||
@ -29,7 +29,7 @@ let
|
|||||||
actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform");
|
actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform");
|
||||||
|
|
||||||
bdistForArch = arch: { sha256 ? null
|
bdistForArch = arch: { sha256 ? null
|
||||||
, version ? "0.15.34"
|
, version ? "0.15.37"
|
||||||
, fetcher ? fetchurl
|
, fetcher ? fetchurl
|
||||||
, nameMut ? x: x
|
, nameMut ? x: x
|
||||||
}:
|
}:
|
||||||
|
Loading…
Reference in New Issue
Block a user