stevenblack-blocklist: 3.16.91 -> 3.16.94 (#538247)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-05 17:25:19 +00:00 committed by GitHub
commit e55e3f4476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stevenblack-blocklist";
version = "3.16.91";
version = "3.16.94";
src = fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
tag = finalAttrs.version;
hash = "sha256-ZW1sbLqlGv7DlbJ1BnkyGbPtCKtlmZWvxNS9NWxmle8=";
hash = "sha256-vVEf9FAXT4QgwM2BZF593JVD7NpTlwXdy9JXrnufhAo=";
};
outputs = [