From 42e02c08d652f691d0936208498037b4d777303b Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 25 Dec 2020 22:10:44 -0700 Subject: [PATCH] adblocking: update hosts --- profiles/network/adblocking.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/network/adblocking.nix b/profiles/network/adblocking.nix index 011baa22..57fd7a06 100644 --- a/profiles/network/adblocking.nix +++ b/profiles/network/adblocking.nix @@ -10,8 +10,8 @@ let src = fetchFromGitHub { owner = "StevenBlack"; repo = "hosts"; - rev = "ca3a99a0499add858969ce8747049e681b85a2e2"; - hash = "sha256-DMIal28cTr/8oij89LwSvNp7n1QiwzNmwsiSzV9X49c="; + rev = "a204d5a1e9049dd12378fa5f9c5ab3fc6bf3d63e"; + hash = "sha256-8WVEvpxxvxmOpP1XVgO2GFAbEHO1QileWZ3behpgYEs="; }; nativeBuildInputs = [ gnugrep ];