Skip to content

Commit

Permalink
Merge pull request NixOS#134246 from Kranzes/auto-update/nsd
Browse files Browse the repository at this point in the history
nsd: 4.3.5 -> 4.3.7
  • Loading branch information
risicle authored Aug 16, 2021
2 parents a6eb245 + 3f1cb5c commit 44193bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/nsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

stdenv.mkDerivation rec {
pname = "nsd";
version = "4.3.5";
version = "4.3.7";

src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-faK0PjCz1/MHcixgj3Gb+xafDZhcdko0+gZp3DNIRHI=";
sha256 = "sha256-/TuexTu9Fo1Wegv83xQMlmUR/a94vVOdCRwaE8E76K0=";
};

prePatch = ''
Expand Down

0 comments on commit 44193bd

Please sign in to comment.