factoriolab: 3.12.0 -> 3.12.1 (#391047)

This commit is contained in:
Austin Horstman
2025-03-20 22:11:20 -05:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.12.0";
version = "3.12.1";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-4J7WDYvKAAb6If/dRDED1BOiqpBEugIrNRPLwuWjh8Q=";
hash = "sha256-EhCxeZ1rxdYl3JejUiE+Ss02hm91tmXuyJ/2UgS+ZIw=";
};
buildInputs = [ vips ];
nativeBuildInputs = [