Unverified Commit cf85ad6e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #309004 from Guanran928/stevenblack-blocklist

stevenblack-blocklist: 3.14.44 -> 3.14.71
parents b95390f1 366229e1
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
{ 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
    ];
  };
}