factoriolab: 3.16.3 -> 3.16.4

This commit is contained in:
R. Ryantm
2025-07-26 06:20:26 +00:00
parent d09337b003
commit fcceefe35f
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.16.3";
version = "3.16.4";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-LfeYe2lkT08RIk3Fx0/Ym8aDaEF4ZcYxuFmASH//u2Q=";
hash = "sha256-wyv0N5jx169t6Er2OOS00Af5RSXblZ8BoAciw/TVxB4=";
};
buildInputs = [ vips ];
nativeBuildInputs = [