We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1371a55 commit fa9f4a4Copy full SHA for fa9f4a4
pkgs/by-name/st/stevenblack-blocklist/package.nix
@@ -6,13 +6,13 @@
6
}:
7
stdenvNoCC.mkDerivation (finalAttrs: {
8
pname = "stevenblack-blocklist";
9
- version = "3.15.8";
+ version = "3.15.10";
10
11
src = fetchFromGitHub {
12
owner = "StevenBlack";
13
repo = "hosts";
14
tag = finalAttrs.version;
15
- hash = "sha256-WdqYgQB4MN1H3SH/Wn8yJIDXJToAcy49D3Rqd8/zj64=";
+ hash = "sha256-f5SH4qQzRWYKwIjpzOuhI9mPwlyNcBWjr2mrCKLgml4=";
16
};
17
18
outputs = [
0 commit comments