adblocking: update to latest hosts

This commit is contained in:
Timothy DeHerrera 2020-07-14 17:31:09 -06:00
parent 7df6fdaab5
commit 446b906cfd
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ let
src = fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = "d072586d5e34ee11beef17a58fcca2ad4e319953";
sha256 = "0yq71w7ycm35fyjxhax22cmyn3b6lakw0n1d8rkwzkraa7f6w4pp";
rev = "ca3a99a0499add858969ce8747049e681b85a2e2";
hash = "sha256-DMIal28cTr/8oij89LwSvNp7n1QiwzNmwsiSzV9X49c=";
};
nativeBuildInputs = [ gnugrep ];