Skip to content

Commit

Permalink
Update Blocklist to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirosval committed May 13, 2024
1 parent 730ad88 commit 4b419b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
packages.default = pkgs.stdenv.mkDerivation
{
name = "stevenblack-unbound";
version = "unstable-2024-05-03";
version = "unstable-2024-05-12";
src = pkgs.fetchFromGitHub
{
owner = "StevenBlack";
repo = "hosts";
rev = "ee48544926f3b132b190b89a32ba04fc014e2702";
sha256 = "1cqpi2jrdkzhmaygj4gqy5phx2mqfg676i5z8gy07i79mwjy7cxs";
rev = "dac298c4ae897b3e2607b41952d8b3a0449ca2ef";
sha256 = "0rl6pirpdkdic55gqp20837hf66s95pd2ifys7ihpjgym9d3yhwj";
};

sourceRoot = ".";
Expand Down

0 comments on commit 4b419b1

Please sign in to comment.