factoriolab: 3.20.0 -> 3.21.2 (#521311)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-08 09:13:37 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.20.0";
version = "3.21.2";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-GQNDYURKJFeuXM2k99xk/5cRCoQglAUlDBS7V/NkC7s=";
hash = "sha256-9RmCdU2LertIZ8crZZGHQbiev6T2dIcWkuAczQyIrJg=";
fetchLFS = true;
};
buildInputs = [ vips ];