lol

factoriolab: 3.16.3 -> 3.16.4 (#428531)

Co-authored-by: PatrickDaG <patrick@failmail.dev>

authored by

nixpkgs-merge-bot[bot]
PatrickDaG
and committed by
GitHub
ab3afdee d84d0cc1

+2 -2
+2 -2
pkgs/by-name/fa/factoriolab/package.nix
··· 10 10 }: 11 11 buildNpmPackage rec { 12 12 pname = "factoriolab"; 13 - version = "3.16.3"; 13 + version = "3.16.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "factoriolab"; 17 17 repo = "factoriolab"; 18 18 tag = "v${version}"; 19 - hash = "sha256-LfeYe2lkT08RIk3Fx0/Ym8aDaEF4ZcYxuFmASH//u2Q="; 19 + hash = "sha256-wyv0N5jx169t6Er2OOS00Af5RSXblZ8BoAciw/TVxB4="; 20 20 }; 21 21 buildInputs = [ vips ]; 22 22 nativeBuildInputs = [