Unverified Commit ab3afdee authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

factoriolab: 3.16.3 -> 3.16.4 (#428531)



Co-authored-by: default avatarPatrickDaG <patrick@failmail.dev>
parents d84d0cc1 fcceefe3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
  pname = "factoriolab";
  version = "3.16.3";
  version = "3.16.4";

  src = fetchFromGitHub {
    owner = "factoriolab";
    repo = "factoriolab";
    tag = "v${version}";
    hash = "sha256-LfeYe2lkT08RIk3Fx0/Ym8aDaEF4ZcYxuFmASH//u2Q=";
    hash = "sha256-wyv0N5jx169t6Er2OOS00Af5RSXblZ8BoAciw/TVxB4=";
  };
  buildInputs = [ vips ];
  nativeBuildInputs = [