stevenblack-blocklist: 3.8.2 -> 3.9.7

This commit is contained in:
Thomas Gerbet 2021-10-02 20:12:36 +02:00
parent 040ddaf3b0
commit 99fb649fbc

View file

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
let let
version = "3.8.2"; version = "3.9.7";
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-rkyAF1/kPI34nZ57Hqg8QivK0YERZ54jZ1HQ5oXYgxc="; sha256 = "sha256-AMeUY4aeyPIyirCLawLVjqDGB8z28q/Hm/UI+wGYZvY=";
meta = with lib; { meta = with lib; {
description = "Unified hosts file with base extensions"; description = "Unified hosts file with base extensions";