stevenblack-blocklist: 3.7.13 -> 3.8.2

This commit is contained in:
fortuneteller2k 2021-07-20 01:12:08 +08:00
parent 6cc55fd638
commit 845f1c5033

View file

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }:
let
version = "3.7.13";
version = "3.8.2";
in
fetchFromGitHub {
name = "stevenblack-blocklist-${version}";
@ -9,7 +9,7 @@ fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = version;
sha256 = "sha256-nSajiRDpcFp3MwnQPnoBVB/OWnhVqkeSmS7OBrfhMnw=";
sha256 = "sha256-rkyAF1/kPI34nZ57Hqg8QivK0YERZ54jZ1HQ5oXYgxc=";
meta = with lib; {
description = "Unified hosts file with base extensions";