tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
stevenblack-blocklist: 3.9.7 -> 3.11.19
Jared Baur
3 years ago
0307f736
598f83eb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
stevenblack-blocklist
default.nix
+2
-2
pkgs/tools/networking/stevenblack-blocklist/default.nix
···
1
{ lib, fetchFromGitHub }:
2
3
let
4
-
version = "3.9.7";
5
in
6
fetchFromGitHub {
7
name = "stevenblack-blocklist-${version}";
···
9
owner = "StevenBlack";
10
repo = "hosts";
11
rev = version;
12
-
sha256 = "sha256-AMeUY4aeyPIyirCLawLVjqDGB8z28q/Hm/UI+wGYZvY=";
13
14
meta = with lib; {
15
description = "Unified hosts file with base extensions";
···
1
{ lib, fetchFromGitHub }:
2
3
let
4
+
version = "3.11.19";
5
in
6
fetchFromGitHub {
7
name = "stevenblack-blocklist-${version}";
···
9
owner = "StevenBlack";
10
repo = "hosts";
11
rev = version;
12
+
sha256 = "sha256-YGD3I64g/zD5iX2oIU6Qy/WqzcWcaNs1HjMUBeKcDZ4=";
13
14
meta = with lib; {
15
description = "Unified hosts file with base extensions";