factoriolab: 3.13.3 -> 3.13.4 (#405545)

Co-authored-by: PatrickDaG <PatrickDaG@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] PatrickDaG and committed by GitHub d6db763e a5ca66c5

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