factoriolab: 3.17.2 -> 3.17.5

This commit is contained in:
R. Ryantm
2025-09-23 03:48:14 +00:00
parent 8e8a794380
commit a5da83e44f

View File

@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.17.2";
version = "3.17.5";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-umEIFN2TQV+T3MtLuUyHi5eORbixsGUDLozTFDStlP8=";
hash = "sha256-Ra3xnOCIzx5oCeMU8kARcup+wsxknePBO/w1xGbwgT8=";
fetchLFS = true;
};
buildInputs = [ vips ];