stevenblack-blocklist: 3.7.11 -> 3.7.12

This commit is contained in:
fortuneteller2k 2021-07-02 06:39:56 +08:00
parent 980ebd8f1e
commit 656b784327

View file

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
let let
version = "3.7.11"; version = "3.7.12";
in in
fetchFromGitHub { fetchFromGitHub {
name = "stevenblack-blocklist-${version}"; name = "stevenblack-blocklist-${version}";
@ -9,7 +9,7 @@ fetchFromGitHub {
owner = "StevenBlack"; owner = "StevenBlack";
repo = "hosts"; repo = "hosts";
rev = version; rev = version;
sha256 = "sha256-hoYh2FdZGY/4/QmrqZubJYHP3bBcnUQFR9C7dfVTnWE="; sha256 = "sha256-hGaiIFHgsLb6oLJ4k4yfxqeDhK0W+diCAI5odo08Q0E=";
meta = with lib; { meta = with lib; {
description = "Unified hosts file with base extensions"; description = "Unified hosts file with base extensions";