factoriolab: 3.8.1 -> 3.8.4 (#359720)

This commit is contained in:
Weijia Wang 2024-11-29 17:27:03 +01:00 committed by GitHub
commit 410b2d7f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [