rio: 0.0.36 -> 0.0.37
[NixPkgs.git] / pkgs / tools / networking / stevenblack-blocklist / default.nix
blob0531a3d20b248831f50694bc9683351ab4114d25
1 { lib, fetchFromGitHub }:
3 let
4   version = "3.14.71";
5 in
6 fetchFromGitHub {
7   name = "stevenblack-blocklist-${version}";
9   owner = "StevenBlack";
10   repo = "hosts";
11   rev = version;
12   hash = "sha256-33aDL+nJ+BOwOOSfiaAX3r8BdDM2rWCaeiz55nUXrd8=";
14   meta = with lib; {
15     description = "Unified hosts file with base extensions";
16     homepage = "https://github.com/StevenBlack/hosts";
17     license = licenses.mit;
18     maintainers = with maintainers; [
19       moni
20       Guanran928
21     ];
22   };