Commit 67dd55f2 authored by R. RyanTM's avatar R. RyanTM
Browse files

factoriolab: 3.18.1 -> 3.18.2

parent 76040dbc
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.1";
  version = "3.18.2";

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