Commit 9b2fa26b authored by R. RyanTM's avatar R. RyanTM
Browse files

factoriolab: 3.18.0 -> 3.18.1

parent d87c5662
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
  pname = "factoriolab";
  version = "3.18.0";
  version = "3.18.1";

  src = fetchFromGitHub {
    owner = "factoriolab";
    repo = "factoriolab";
    tag = "v${version}";
    hash = "sha256-Id0o+Wxt0oNtik3lMHuvdm99HkuPY1XhE5yPCdkR8L4=";
    hash = "sha256-PmP6nb74FhNIBoEZoM+xbe5oTG/juWkuvWnk5Zr2WZ4=";
    fetchLFS = true;
  };
  buildInputs = [ vips ];