mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
Merge pull request #128319 from fortuneteller2k/stevenblack-blocklist
This commit is contained in:
commit
d9c207f8dc
@ -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 New Issue
Block a user