Merge pull request #128526 from fortuneteller2k/stevenblack-blocklist

stevenblack-blocklist: 3.7.10 -> 3.7.11
This commit is contained in:
Sandro 2021-06-30 03:39:31 +02:00 committed by GitHub
commit 310a495749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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