Merge pull request #321133 from Frontear/update-stevenblack-blocklist

stevenblack-blocklist: 3.14.71 -> 3.14.79

authored by Masum Reza and committed by GitHub 4ebb859e 712f49c9

+11 -2
+8
maintainers/maintainer-list.nix
··· 6812 6812 matrix = "@frogamic:beeper.com"; 6813 6813 keys = [ { fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5"; } ]; 6814 6814 }; 6815 + frontear = { 6816 + name = "Ali Rizvi"; 6817 + email = "perm-iterate-0b@icloud.com"; 6818 + matrix = "@frontear:matrix.org"; 6819 + github = "Frontear"; 6820 + githubId = 31909298; 6821 + keys = [ { fingerprint = "C170 11B7 C0AA BB3F 7415 022C BCB5 CEFD E222 82F5"; } ]; 6822 + }; 6815 6823 frontsideair = { 6816 6824 email = "photonia@gmail.com"; 6817 6825 github = "frontsideair";
+3 -2
pkgs/tools/networking/stevenblack-blocklist/default.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 3 3 let 4 - version = "3.14.71"; 4 + version = "3.14.79"; 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 - hash = "sha256-33aDL+nJ+BOwOOSfiaAX3r8BdDM2rWCaeiz55nUXrd8="; 12 + hash = "sha256-MfQGu+Y4/A0GKIu9d//U+yiP0fN/7cWhEo2dut4UvcE="; 13 13 14 14 meta = with lib; { 15 15 description = "Unified hosts file with base extensions"; ··· 18 18 maintainers = with maintainers; [ 19 19 moni 20 20 Guanran928 21 + frontear 21 22 ]; 22 23 }; 23 24 }