Skip to content

Commit

Permalink
hosts: 3.15.16 -> 3.15.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Feb 17, 2025
1 parent 3e1c2ad commit dbe3df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit dbe3df3

Please sign in to comment.