factoriolab: 3.12.0 -> 3.12.1

This commit is contained in:
R. Ryantm
2025-03-18 18:46:04 +00:00
parent cb60862bbd
commit 20f8a5f5f8
+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 = [