stevenblack-blocklist: 3.7.8 -> 3.7.9

This commit is contained in:
fortuneteller2k 2021-06-22 16:12:57 +08:00
parent bdb83d6589
commit 3644957973

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";