Compare commits

..

No commits in common. "c280f0cae8eced2ee2a90e5264d1ce27d0f85d3c" and "8edef9d528b2169d8bbaa7a9b003d56ff2290eaf" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -18,9 +18,6 @@ in
extraOptions = ''
experimental-features = nix-command flakes
'';
# Keep my system responsive during builds
daemonNiceLevel = 19;
};
}

View file

@ -1,13 +1,13 @@
{ lib, fetchFromGitHub, stdenvNoCC }:
stdenvNoCC.mkDerivation rec {
pname = "unified-hosts-lists";
version = "3.9.11";
version = "3.8.5";
src = fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = version;
sha256 = "sha256-JFz6M0Mkwoby7I6LLWx0QfvZMzwET2FEQ1OGKQnFfho=";
sha256 = "sha256-7oYuGegrHVUvAvA16iR8OEe5eTMeSybShSa1PJOe5No=";
};
dontUnpack = true;