pythonPackages.brotli: don't use deepClone

It's not reproducible

authored by Dmitry Kalinkin and committed by Jonathan Ringer b96dafaf ed5ed282

+2 -2
+2 -2
pkgs/development/python-modules/brotli/default.nix
··· 12 12 owner = "google"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "1rdp9rx197q467ixp53g4cgc3jbsdaxr62pz0a8ayv2lvm944azh"; 15 + sha256 = "sha256-tFnXSXv8t3l3HX6GwWLhEtgpqz0c7Yom5U3k47pWM7o="; 16 16 # for some reason, the test data isn't captured in releases, force a git checkout 17 - deepClone = true; 17 + forceFetchGit = true; 18 18 }; 19 19 20 20 dontConfigure = true;