stevenblack-blocklist: 3.7.9 -> 3.7.10

This commit is contained in:
fortuneteller2k 2021-06-27 22:37:14 +08:00
parent e34f40b92b
commit 34131ae728

View file

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