factoriolab: 3.8.1 -> 3.8.4

This commit is contained in:
R. Ryantm 2024-11-28 01:42:08 +00:00
parent a3a67865fb
commit 470dff29fa

View File

@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.8.1";
version = "3.8.4";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
rev = "refs/tags/v${version}";
hash = "sha256-ZI7nit+DBc1ULGDpGlee7v+NrHc5JhS7sgACGG5fB7I=";
hash = "sha256-zgRarlzTQr2HgiQdCvh6N2yM5FS66jFgQcOyaQUbAQY=";
};
buildInputs = [ vips ];
nativeBuildInputs = [