Merge pull request #309004 from Guanran928/stevenblack-blocklist

stevenblack-blocklist: 3.14.44 -> 3.14.71

Changed files
+6 -3
pkgs
tools
networking
stevenblack-blocklist
+6 -3
pkgs/tools/networking/stevenblack-blocklist/default.nix
···
{ lib, fetchFromGitHub }:
let
-
version = "3.14.44";
in
fetchFromGitHub {
name = "stevenblack-blocklist-${version}";
···
owner = "StevenBlack";
repo = "hosts";
rev = version;
-
sha256 = "sha256-LlTyhtx3DbtsQdkl6J7ktj/zLJULFqQWq5sCqKPX71g=";
meta = with lib; {
description = "Unified hosts file with base extensions";
homepage = "https://github.com/StevenBlack/hosts";
license = licenses.mit;
-
maintainers = with maintainers; [ moni ];
};
}
···
{ lib, fetchFromGitHub }:
let
+
version = "3.14.71";
in
fetchFromGitHub {
name = "stevenblack-blocklist-${version}";
···
owner = "StevenBlack";
repo = "hosts";
rev = version;
+
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
+
Guanran928
+
];
};
}