factoriolab: 3.13.3 -> 3.13.4 (#405545)

Co-authored-by: PatrickDaG <PatrickDaG@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-10 14:51:06 +00:00
committed by GitHub
co-authored by PatrickDaG
+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 = [