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 { src = fetchFromGitHub {
owner = "StevenBlack"; owner = "StevenBlack";
repo = "hosts"; repo = "hosts";
rev = "d072586d5e34ee11beef17a58fcca2ad4e319953"; rev = "ca3a99a0499add858969ce8747049e681b85a2e2";
sha256 = "0yq71w7ycm35fyjxhax22cmyn3b6lakw0n1d8rkwzkraa7f6w4pp"; hash = "sha256-DMIal28cTr/8oij89LwSvNp7n1QiwzNmwsiSzV9X49c=";
}; };
nativeBuildInputs = [ gnugrep ]; nativeBuildInputs = [ gnugrep ];