factoriolab: 3.8.10 -> 3.9.2 (#373476)

Co-authored-by: PatrickDaG <PatrickDaG@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-13 15:11:58 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.8.10";
version = "3.9.2";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-vwcqUsqlggmqqlQ3fyn+s3NKQ0oNcVztfjTpJPW1mFs=";
hash = "sha256-ogmez21QwFdRYVsMxeFmNnEerXbH4rQXmOwKuKbpuGs=";
};
buildInputs = [ vips ];
nativeBuildInputs = [