Skip to content

Commit

Permalink
hosts: 3.15.5 -> 3.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Jan 3, 2025
1 parent 1ac0c71 commit 050d633
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.5";
version = "3.15.6";

src = fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = finalAttrs.version;
hash = "sha256-bBQu5n/rMT8bEsBMmv3CtGUZ/ybCTuDw5E2GYZI5woU=";
hash = "sha256-Z3+BYPnsA01lXSU2La8GFQdVhNLLhvef9UHfDhtUEMg=";
};

installPhase = ''
Expand Down

0 comments on commit 050d633

Please sign in to comment.