Skip to content

Commit

Permalink
hosts: 3.14.78 -> 3.14.79
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Jun 20, 2024
1 parent 8c09070 commit 336e6bd
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.14.78";
version = "3.14.79";

src = fetchFromGitHub {
owner = "StevenBlack";
repo = "hosts";
rev = finalAttrs.version;
hash = "sha256-3G11E74loAHQ6Aa7CERGmJkX6I+T5+npgMYA+m2VwCs=";
hash = "sha256-MfQGu+Y4/A0GKIu9d//U+yiP0fN/7cWhEo2dut4UvcE=";
};

installPhase = ''
Expand Down

0 comments on commit 336e6bd

Please sign in to comment.