stevenblack-blocklist: 3.7.12 -> 3.7.13
This commit is contained in:
parent
02b6f00baf
commit
1cfc10e797
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, fetchFromGitHub }:
|
{ lib, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.7.12";
|
version = "3.7.13";
|
||||||
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-hGaiIFHgsLb6oLJ4k4yfxqeDhK0W+diCAI5odo08Q0E=";
|
sha256 = "sha256-nSajiRDpcFp3MwnQPnoBVB/OWnhVqkeSmS7OBrfhMnw=";
|
||||||
|
|
||||||
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