factoriolab: 3.16.6 -> 3.17.2 (#442241)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-17 17:54:53 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.16.6";
version = "3.17.2";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-feKva+TuqRZ66VCoHlUK695FMvsjgX5sJOwTBne8qX4=";
hash = "sha256-umEIFN2TQV+T3MtLuUyHi5eORbixsGUDLozTFDStlP8=";
fetchLFS = true;
};
buildInputs = [ vips ];