Skip to content

Commit

Permalink
Merge pull request NixOS#67575 from leenaars/unbound
Browse files Browse the repository at this point in the history
Unbound
  • Loading branch information
disassembler authored Aug 31, 2019
2 parents 0173f83 + 44b695a commit ba24536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/unbound/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "unbound";
version = "1.9.2";
version = "1.9.3";

src = fetchurl {
url = "https://unbound.net/downloads/${pname}-${version}.tar.gz";
sha256 = "15bbrczibap30db8a1pmqhvjbmkxms39hwiivby7f4j5rz2wwykg";
sha256 = "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v";
};

outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/networking/unbound/python.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ let
inherit (pythonPackages) python;
in stdenv.mkDerivation rec {
pname = "pyunbound";
version = "1.9.0";
version = "1.9.3";

src = fetchurl {
url = "http://unbound.net/downloads/unbound-${version}.tar.gz";
sha256 = "0bb0p8nbda77ghx20yfl7hqxm9x709223q35465v99i8v4ay27f1";
sha256 = "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v";
};

buildInputs = [ openssl expat libevent swig python ];
Expand Down

0 comments on commit ba24536

Please sign in to comment.