Merge pull request #194788 from jmbaur/stevenblack-hosts

stevenblack-blocklist: 3.9.7 -> 3.11.19

authored by Bobby Rong and committed by GitHub 6dcf28d4 73ad1fda

+2 -2
+2 -2
pkgs/tools/networking/stevenblack-blocklist/default.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 3 3 let 4 - version = "3.9.7"; 4 + version = "3.11.19"; 5 5 in 6 6 fetchFromGitHub { 7 7 name = "stevenblack-blocklist-${version}"; ··· 9 9 owner = "StevenBlack"; 10 10 repo = "hosts"; 11 11 rev = version; 12 - sha256 = "sha256-AMeUY4aeyPIyirCLawLVjqDGB8z28q/Hm/UI+wGYZvY="; 12 + sha256 = "sha256-YGD3I64g/zD5iX2oIU6Qy/WqzcWcaNs1HjMUBeKcDZ4="; 13 13 14 14 meta = with lib; { 15 15 description = "Unified hosts file with base extensions";