Unverified Commit 4ebb859e authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

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

stevenblack-blocklist: 3.14.71 -> 3.14.79
parents 712f49c9 430a5e33
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6812,6 +6812,14 @@
    matrix = "@frogamic:beeper.com";
    keys = [ { fingerprint = "779A 7CA8 D51C C53A 9C51  43F7 AAE0 70F0 67EC 00A5"; } ];
  };
  frontear = {
    name = "Ali Rizvi";
    email = "perm-iterate-0b@icloud.com";
    matrix = "@frontear:matrix.org";
    github = "Frontear";
    githubId = 31909298;
    keys = [ { fingerprint = "C170 11B7 C0AA BB3F 7415  022C BCB5 CEFD E222 82F5"; } ];
  };
  frontsideair = {
    email = "photonia@gmail.com";
    github = "frontsideair";
+3 −2
Original line number Diff line number Diff line
{ lib, fetchFromGitHub }:

let
  version = "3.14.71";
  version = "3.14.79";
in
fetchFromGitHub {
  name = "stevenblack-blocklist-${version}";
@@ -9,7 +9,7 @@ fetchFromGitHub {
  owner = "StevenBlack";
  repo = "hosts";
  rev = version;
  hash = "sha256-33aDL+nJ+BOwOOSfiaAX3r8BdDM2rWCaeiz55nUXrd8=";
  hash = "sha256-MfQGu+Y4/A0GKIu9d//U+yiP0fN/7cWhEo2dut4UvcE=";

  meta = with lib; {
    description = "Unified hosts file with base extensions";
@@ -18,6 +18,7 @@ fetchFromGitHub {
    maintainers = with maintainers; [
      moni
      Guanran928
      frontear
    ];
  };
}