lol

factoriolab: 3.15.0 -> 3.16.3 (#426243)

authored by

Aleksana and committed by
GitHub
6b17343e 35983742

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