Unverified Commit 6b17343e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

factoriolab: 3.15.0 -> 3.16.3 (#426243)

parents 35983742 c6c9fd37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
  pname = "factoriolab";
  version = "3.15.0";
  version = "3.16.3";

  src = fetchFromGitHub {
    owner = "factoriolab";
    repo = "factoriolab";
    tag = "v${version}";
    hash = "sha256-HWt3BxW2nBgnJ+BzsL+JpFfrLht2Yl/Btbre6EfM9F4=";
    hash = "sha256-LfeYe2lkT08RIk3Fx0/Ym8aDaEF4ZcYxuFmASH//u2Q=";
  };
  buildInputs = [ vips ];
  nativeBuildInputs = [