Merge pull request #309004 from Guanran928/stevenblack-blocklist

stevenblack-blocklist: 3.14.44 -> 3.14.71
This commit is contained in:
Weijia Wang 2024-05-04 19:19:43 +02:00 committed by GitHub
commit cf85ad6e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }:
let
version = "3.14.44";
version = "3.14.71";
in
fetchFromGitHub {
name = "stevenblack-blocklist-${version}";
@ -9,12 +9,15 @@ fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = version;
sha256 = "sha256-LlTyhtx3DbtsQdkl6J7ktj/zLJULFqQWq5sCqKPX71g=";
hash = "sha256-33aDL+nJ+BOwOOSfiaAX3r8BdDM2rWCaeiz55nUXrd8=";
meta = with lib; {
description = "Unified hosts file with base extensions";
homepage = "https://github.com/StevenBlack/hosts";
license = licenses.mit;
maintainers = with maintainers; [ moni ];
maintainers = with maintainers; [
moni
Guanran928
];
};
}