Merge pull request #128319 from fortuneteller2k/stevenblack-blocklist

This commit is contained in:
Sandro 2021-06-27 18:00:41 +02:00 committed by GitHub
commit d9c207f8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
let let
version = "3.7.9"; version = "3.7.10";
in in
fetchFromGitHub { fetchFromGitHub {
name = "stevenblack-blocklist-${version}"; name = "stevenblack-blocklist-${version}";
@ -9,7 +9,7 @@ fetchFromGitHub {
owner = "StevenBlack"; owner = "StevenBlack";
repo = "hosts"; repo = "hosts";
rev = version; rev = version;
sha256 = "sha256-5PhJ48w/dNmSgc3XUaFUhVWyvH7jSUj8moBM3Yvmrz4="; sha256 = "sha256-22k52aW7Uu41414tGOHViBM8zxAwoZYY5Mi/TJH9mtE=";
meta = with lib; { meta = with lib; {
description = "Unified hosts file with base extensions"; description = "Unified hosts file with base extensions";