factoriolab: 3.9.2 -> 3.10.0 (#377143)

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