factoriolab: 3.10.0 -> 3.11.4 (#380177)

This commit is contained in:
Weijia Wang
2025-02-14 14:19:37 +01:00
committed by GitHub
+2 -2
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 = [