Skip to content

Commit

Permalink
Merge pull request NixOS#150202 from r-ryantm/auto-update/dnsmasq
Browse files Browse the repository at this point in the history
dnsmasq: 2.85 -> 2.86
  • Loading branch information
fpletz authored Dec 13, 2021
2 parents 1b5dc1a + ea8c590 commit a3b523e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/dnsmasq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "dnsmasq";
version = "2.85";
version = "2.86";

src = fetchurl {
url = "https://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
sha256 = "sha256-rZjTgD32h+W5OAgPPSXGKP5ByHh1LQP7xhmXh/7jEvo=";
sha256 = "sha256-KNUs/J4gBKxPhSdPUrMuFke028l2G4Ln3h5BxJkH6wg=";
};

postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
Expand Down

0 comments on commit a3b523e

Please sign in to comment.