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 143b04f commit 0353128Copy full SHA for 0353128
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.5";
+ version = "3.15.8";
10
11
src = fetchFromGitHub {
12
owner = "StevenBlack";
13
repo = "hosts";
14
tag = finalAttrs.version;
15
- hash = "sha256-bBQu5n/rMT8bEsBMmv3CtGUZ/ybCTuDw5E2GYZI5woU=";
+ hash = "sha256-WdqYgQB4MN1H3SH/Wn8yJIDXJToAcy49D3Rqd8/zj64=";
16
};
17
18
outputs = [
0 commit comments