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.28
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Nov 22, 2023
1 parent 9821f86 commit 94de4f5
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.26/alternates/fakenews/hosts";
sha256 = "1znzv31xlasz8bviwfv0ya390xv05ywjslljkkgkm76jrvhcq04l";
url = "https://github.com/StevenBlack/hosts/raw/3.14.28/alternates/fakenews/hosts";
sha256 = "19268k1k459dr0zp5xmb6p9sg3ail330f22j9hk3c5539ri9mzs2";
});
};

Expand Down

0 comments on commit 94de4f5

Please sign in to comment.