Merge pull request #124883 from fortuneteller2k/stevenblack-blocklist
stevenblack-blocklist: init at 3.7.6
This commit is contained in:
commit
0e361e5008
20
pkgs/tools/networking/stevenblack-blocklist/default.nix
Normal file
20
pkgs/tools/networking/stevenblack-blocklist/default.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ lib, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
version = "3.7.6";
|
||||
in
|
||||
fetchFromGitHub {
|
||||
name = "stevenblack-blocklist-${version}";
|
||||
|
||||
owner = "StevenBlack";
|
||||
repo = "hosts";
|
||||
rev = version;
|
||||
sha256 = "sha256-zjUdHzsjv16PHXfxTuVC6aNKfh+73dH1AABvq1MArXI=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Unified hosts file with base extensions";
|
||||
homepage = "https://github.com/StevenBlack/hosts";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
};
|
||||
}
|
@ -8827,6 +8827,8 @@ in
|
||||
|
||||
staticjinja = with python3.pkgs; toPythonApplication staticjinja;
|
||||
|
||||
stevenblack-blocklist = callPackage ../tools/networking/stevenblack-blocklist { };
|
||||
|
||||
stress = callPackage ../tools/system/stress { };
|
||||
|
||||
stress-ng = callPackage ../tools/system/stress-ng { };
|
||||
|
Loading…
Reference in New Issue
Block a user