Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
fix(hosts): update to StevenBlack 3.14.24
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Nov 9, 2023
1 parent 05acb66 commit fb20a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macbook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
environment.etc."hosts" = {
copy = true;
text = builtins.readFile (builtins.fetchurl {
url = "https://github.com/StevenBlack/hosts/raw/3.14.23/alternates/fakenews/hosts";
sha256 = "1521ymsjkd1szrzasqlpqn5lvkdi933k7iwyr7k08c9gj56alimd";
url = "https://github.com/StevenBlack/hosts/raw/3.14.24/alternates/fakenews/hosts";
sha256 = "19mx3gn6vssbscm7jijn483hi6ay21w8x3i9wxbiwdlb2rzz85pv";
});
};

Expand Down

0 comments on commit fb20a06

Please sign in to comment.