Unverified Commit c3002cfe authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

factoriolab: 3.12.1 -> 3.13.2 (#397465)

parents f6054052 d68c28cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
  pname = "factoriolab";
  version = "3.12.1";
  version = "3.13.2";

  src = fetchFromGitHub {
    owner = "factoriolab";
    repo = "factoriolab";
    tag = "v${version}";
    hash = "sha256-EhCxeZ1rxdYl3JejUiE+Ss02hm91tmXuyJ/2UgS+ZIw=";
    hash = "sha256-jZLrBt73Af1nmRxPcaTTRovQic4EdQryISlGznT7/iE=";
  };
  buildInputs = [ vips ];
  nativeBuildInputs = [