diff --git a/pkgs/hosts/default.nix b/pkgs/hosts/default.nix index 57646b80..8d1bf318 100644 --- a/pkgs/hosts/default.nix +++ b/pkgs/hosts/default.nix @@ -2,13 +2,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "hosts"; - version = "3.15.16"; + version = "3.15.17"; src = fetchFromGitHub { owner = "StevenBlack"; repo = "hosts"; rev = finalAttrs.version; - hash = "sha256-TEk003KAgzs7KUgx2JevONr2aML75FLAp0FdQ+pyz6s="; + hash = "sha256-NjGiPINGJb6EHnRH3ubiorT4069eYWYj1WooOyE2vDM="; }; installPhase = ''