stevenblack-blocklist: 3.15.20 -> 3.15.24 (#389780)

Co-authored-by: Frontear <Frontear@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-03-16 23:32:23 +00:00 committed by GitHub
commit d8bfda4fa7
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.15.20";
version = "3.15.24";
src = fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
tag = finalAttrs.version;
hash = "sha256-NReJCA379CGPRsIy5xifVz0xtBOJ+XrPaAhDKIGV9Ik=";
hash = "sha256-34JVDJ6X1naRj+eFbuWSRxdfF5GX8FCTSFXNe78q1S8=";
};
outputs = [