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.
2 parents 69d44a2 + 41a2441 commit db74c12Copy full SHA for db74c12
pkgs/by-name/st/stevenblack-blocklist/package.nix
@@ -6,13 +6,13 @@
6
}:
7
stdenvNoCC.mkDerivation (finalAttrs: {
8
pname = "stevenblack-blocklist";
9
- version = "3.14.90";
+ version = "3.14.95";
10
11
src = fetchFromGitHub {
12
owner = "StevenBlack";
13
repo = "hosts";
14
rev = "refs/tags/${finalAttrs.version}";
15
- hash = "sha256-0/niQ0qWzGesqWIe/NZ2SD0Pdvk3GRsY1mT24eFMpt8=";
+ hash = "sha256-AEwBEWem50+NhMhHRoPLAxrN5N85RLIW+7iFXugn2Ek=";
16
};
17
18
outputs = [
0 commit comments