about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAli Rizvi <perm-iterate-0b@icloud.com>2024-06-19 23:04:05 +0000
committerAli Rizvi <perm-iterate-0b@icloud.com>2024-06-19 23:04:05 +0000
commit8c0443b656ff67fbbc7bf41def246ec8bd356d14 (patch)
tree8d31e183e7ce4d9559c0169efc1810f30a0ad46e
parent98053e7c05285b3079af95e99aef97d9455faef7 (diff)
stevenblack-blocklist: 3.14.71 -> 3.14.79
-rw-r--r--pkgs/tools/networking/stevenblack-blocklist/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/stevenblack-blocklist/default.nix b/pkgs/tools/networking/stevenblack-blocklist/default.nix
index 0531a3d20b248..d2b8dd761d34a 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";