stevenblack-blocklist: 3.7.9 -> 3.7.10
This commit is contained in:
parent
e34f40b92b
commit
34131ae728
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, fetchFromGitHub }:
|
{ lib, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.7.9";
|
version = "3.7.10";
|
||||||
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-5PhJ48w/dNmSgc3XUaFUhVWyvH7jSUj8moBM3Yvmrz4=";
|
sha256 = "sha256-22k52aW7Uu41414tGOHViBM8zxAwoZYY5Mi/TJH9mtE=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Unified hosts file with base extensions";
|
description = "Unified hosts file with base extensions";
|
||||||
|
|
Loading…
Reference in a new issue