factoriolab: 3.17.2 -> 3.17.5

R. Ryantm a5da83e4 8e8a7943

+2 -2
+2 -2
pkgs/by-name/fa/factoriolab/package.nix
··· 10 10 }: 11 11 buildNpmPackage rec { 12 12 pname = "factoriolab"; 13 - version = "3.17.2"; 13 + version = "3.17.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "factoriolab"; 17 17 repo = "factoriolab"; 18 18 tag = "v${version}"; 19 - hash = "sha256-umEIFN2TQV+T3MtLuUyHi5eORbixsGUDLozTFDStlP8="; 19 + hash = "sha256-Ra3xnOCIzx5oCeMU8kARcup+wsxknePBO/w1xGbwgT8="; 20 20 fetchLFS = true; 21 21 }; 22 22 buildInputs = [ vips ];