adblocking: update hosts

This commit is contained in:
Timothy DeHerrera 2020-12-25 22:10:44 -07:00
parent fde19f0117
commit 42e02c08d6
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

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