Merge pull request #127770 from fortuneteller2k/blocklist

stevenblack-blocklist: 3.7.8 -> 3.7.9
This commit is contained in:
Sandro 2021-06-22 15:14:21 +02:00 committed by GitHub
commit 106510818d
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.8";
version = "3.7.9";
in
fetchFromGitHub {
name = "stevenblack-blocklist-${version}";
@ -9,7 +9,7 @@ fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = version;
sha256 = "sha256-z+AkjWmqP4ASnpIAG/OyZC4W5xU5YOeFTsmdkLvPixQ=";
sha256 = "sha256-5PhJ48w/dNmSgc3XUaFUhVWyvH7jSUj8moBM3Yvmrz4=";
meta = with lib; {
description = "Unified hosts file with base extensions";