Compare commits
2 commits
8edef9d528
...
c280f0cae8
| Author | SHA1 | Date | |
|---|---|---|---|
| c280f0cae8 | |||
| cbf6ea9ac9 |
2 changed files with 5 additions and 2 deletions
|
|
@ -18,6 +18,9 @@ in
|
|||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
# Keep my system responsive during builds
|
||||
daemonNiceLevel = 19;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{ lib, fetchFromGitHub, stdenvNoCC }:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "unified-hosts-lists";
|
||||
version = "3.8.5";
|
||||
version = "3.9.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "StevenBlack";
|
||||
repo = "hosts";
|
||||
rev = version;
|
||||
sha256 = "sha256-7oYuGegrHVUvAvA16iR8OEe5eTMeSybShSa1PJOe5No=";
|
||||
sha256 = "sha256-JFz6M0Mkwoby7I6LLWx0QfvZMzwET2FEQ1OGKQnFfho=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue