factoriolab: 3.10.0 -> 3.11.4

This commit is contained in:
R. Ryantm 2025-02-07 19:04:27 +00:00
parent 91f1e05e59
commit 1012d54b3a

View File

@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.10.0";
version = "3.11.4";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-MSiwtFd9u8IFrHDy++jO//P7Yn4Arip1DwBufR8KIRU=";
hash = "sha256-fn9qvUC14a37vQJJiu5jf+wOpeMFsUeR47TDmemNdEc=";
};
buildInputs = [ vips ];
nativeBuildInputs = [