factoriolab: 3.13.3 -> 3.13.4

This commit is contained in:
R. Ryantm
2025-05-09 11:07:56 +00:00
parent 8b3baa1402
commit 50b0f60ba3
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.13.3";
version = "3.13.4";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-HYf6G06dK3wvCOLnKx1aDteQ0SxBDE+yulGJa9VZE9Q=";
hash = "sha256-Ml0fJPHIjtqeVmlFKKMteZx1c3Jq1BdEWA0vhxGFR70=";
};
buildInputs = [ vips ];
nativeBuildInputs = [