stevenblack-blocklist: 3.7.6 -> 3.7.8

This commit is contained in:
fortuneteller2k 2021-06-09 09:26:07 +08:00
parent 06c19c70cc
commit 07c2912ca6

View file

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }:
let
version = "3.7.6";
version = "3.7.8";
in
fetchFromGitHub {
name = "stevenblack-blocklist-${version}";
@ -9,7 +9,7 @@ fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = version;
sha256 = "sha256-zjUdHzsjv16PHXfxTuVC6aNKfh+73dH1AABvq1MArXI=";
sha256 = "sha256-z+AkjWmqP4ASnpIAG/OyZC4W5xU5YOeFTsmdkLvPixQ=";
meta = with lib; {
description = "Unified hosts file with base extensions";