Skip to content

Commit fa9f4a4

Browse files
committed
stevenblack-blocklist: 3.15.8 -> 3.15.10
1 parent 1371a55 commit fa9f4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/stevenblack-blocklist/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
stdenvNoCC.mkDerivation (finalAttrs: {
88
pname = "stevenblack-blocklist";
9-
version = "3.15.8";
9+
version = "3.15.10";
1010

1111
src = fetchFromGitHub {
1212
owner = "StevenBlack";
1313
repo = "hosts";
1414
tag = finalAttrs.version;
15-
hash = "sha256-WdqYgQB4MN1H3SH/Wn8yJIDXJToAcy49D3Rqd8/zj64=";
15+
hash = "sha256-f5SH4qQzRWYKwIjpzOuhI9mPwlyNcBWjr2mrCKLgml4=";
1616
};
1717

1818
outputs = [

0 commit comments

Comments
 (0)