factoriolab: 3.8.9 -> 3.8.10

This commit is contained in:
R. Ryantm
2025-01-02 10:23:29 +00:00
parent ce6566efb4
commit 41f7b3d67b
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.8.9";
version = "3.8.10";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
rev = "refs/tags/v${version}";
hash = "sha256-H+l/eDdTc/IMqE85Xh4IAo2ZWZRYKKUnH3rXkON2L1s=";
hash = "sha256-vwcqUsqlggmqqlQ3fyn+s3NKQ0oNcVztfjTpJPW1mFs=";
};
buildInputs = [ vips ];
nativeBuildInputs = [