Merge pull request #126290 from fortuneteller2k/stevenblack

stevenblack-blocklist: 3.7.6 -> 3.7.8
This commit is contained in:
Sandro 2021-06-09 15:43:37 +02:00 committed by GitHub
commit 7ac4e5ab03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }:
let
version = "3.7.6";
version = "3.7.8";
in
fetchFromGitHub {
name = "stevenblack-blocklist-${version}";
@ -9,7 +9,7 @@ fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = version;
sha256 = "sha256-zjUdHzsjv16PHXfxTuVC6aNKfh+73dH1AABvq1MArXI=";
sha256 = "sha256-z+AkjWmqP4ASnpIAG/OyZC4W5xU5YOeFTsmdkLvPixQ=";
meta = with lib; {
description = "Unified hosts file with base extensions";