Unverified Commit a825f65c authored by lassulus's avatar lassulus Committed by GitHub
Browse files

factoriolab: 3.8.5 -> 3.8.9 (#367628)

parents 1b6a84e1 1e6869fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
  pname = "factoriolab";
  version = "3.8.5";
  version = "3.8.9";

  src = fetchFromGitHub {
    owner = "factoriolab";
    repo = "factoriolab";
    rev = "refs/tags/v${version}";
    hash = "sha256-Ft3WTAqbygVrs+3WRHXMKsDp5B9xe3me3/FYCmyZCfk=";
    hash = "sha256-H+l/eDdTc/IMqE85Xh4IAo2ZWZRYKKUnH3rXkON2L1s=";
  };
  buildInputs = [ vips ];
  nativeBuildInputs = [