log4j-sniffer: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/by-name/lo/log4j-sniffer/package.nix
··· 2 lib, 3 buildGoModule, 4 fetchFromGitHub, 5 - git, 6 }: 7 8 buildGoModule rec { ··· 19 vendorHash = null; 20 21 nativeCheckInputs = [ 22 - git 23 ]; 24 25 preCheck = ''
··· 2 lib, 3 buildGoModule, 4 fetchFromGitHub, 5 + gitMinimal, 6 }: 7 8 buildGoModule rec { ··· 19 vendorHash = null; 20 21 nativeCheckInputs = [ 22 + gitMinimal 23 ]; 24 25 preCheck = ''