Skip to content

Commit

Permalink
hosts: 3.15.9 -> 3.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevil Seong committed Jan 17, 2025
1 parent 73306ac commit a34e4ab
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.9";
version = "3.15.10";

src = fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = finalAttrs.version;
hash = "sha256-T8973P0Tr7kUTSkGSF/071Tsbsx4p7tg8+PflN8lydE=";
hash = "sha256-f5SH4qQzRWYKwIjpzOuhI9mPwlyNcBWjr2mrCKLgml4=";
};

installPhase = ''
Expand Down

0 comments on commit a34e4ab

Please sign in to comment.