factorio: 2.0.15 -> 2.0.20

This commit is contained in:
Leonardo Eugênio 2024-11-23 23:41:28 -03:00
parent 8dd92bf641
commit 0faa8354ad
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
{ factorio-headless, pkgs }:
factorio-headless.overrideAttrs (_: rec {
version = "2.0.15";
version = "2.0.20";
src = pkgs.fetchurl {
name = "factorio_headless_x64-${version}.tar.xz";
url = "https://www.factorio.com/get-download/${version}/headless/linux64";
hash = "sha256-cLRBy4B4EaYFhsARBySMHY164EO9HyNnX8kk+6qlONg=";
hash = "sha256-xKkB8vHb7btBZUVg20xvq2g6MMIDNOgF1O90DAQWUVo=";
};
})