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

stevenblack-blocklist: 3.14.71 -> 3.14.79
This commit is contained in:
Masum Reza
2024-06-20 20:55:34 +05:30
committed by GitHub
2 changed files with 11 additions and 2 deletions
+8
View File
@@ -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";
@@ -1,7 +1,7 @@
{ 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
];
};
}