Merge pull request #128319 from fortuneteller2k/stevenblack-blocklist

authored by

Sandro and committed by
GitHub
d9c207f8 3cf93f30

+2 -2
+2 -2
pkgs/tools/networking/stevenblack-blocklist/default.nix
··· 1 { lib, fetchFromGitHub }: 2 3 let 4 - version = "3.7.9"; 5 in 6 fetchFromGitHub { 7 name = "stevenblack-blocklist-${version}"; ··· 9 owner = "StevenBlack"; 10 repo = "hosts"; 11 rev = version; 12 - sha256 = "sha256-5PhJ48w/dNmSgc3XUaFUhVWyvH7jSUj8moBM3Yvmrz4="; 13 14 meta = with lib; { 15 description = "Unified hosts file with base extensions";
··· 1 { lib, fetchFromGitHub }: 2 3 let 4 + version = "3.7.10"; 5 in 6 fetchFromGitHub { 7 name = "stevenblack-blocklist-${version}"; ··· 9 owner = "StevenBlack"; 10 repo = "hosts"; 11 rev = version; 12 + sha256 = "sha256-22k52aW7Uu41414tGOHViBM8zxAwoZYY5Mi/TJH9mtE="; 13 14 meta = with lib; { 15 description = "Unified hosts file with base extensions";