about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMasum Reza <50095635+JohnRTitor@users.noreply.github.com>2024-06-20 20:55:34 +0530
committerGitHub <noreply@github.com>2024-06-20 20:55:34 +0530
commit4ebb859ea2d91a74197dfa5b6c6e09d2c8a2f235 (patch)
treea5685b17d294c2ca659168490a73a6657a3267d0 /pkgs
parent712f49c97a713e1dbb74c73c00f6f025748f8f9d (diff)
parent430a5e33a8d110c298d5d7422b340abd75319c12 (diff)
Merge pull request #321133 from Frontear/update-stevenblack-blocklist
stevenblack-blocklist: 3.14.71 -> 3.14.79
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/stevenblack-blocklist/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/networking/stevenblack-blocklist/default.nix b/pkgs/tools/networking/stevenblack-blocklist/default.nix
index 0531a3d20b248..34f64cb5e4804 100644
--- a/pkgs/tools/networking/stevenblack-blocklist/default.nix
+++ b/pkgs/tools/networking/stevenblack-blocklist/default.nix
@@ -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
     ];
   };
 }