Merge pull request #56418 from leenaars/unbound
Unbound: 1.8.3 -> 1.9.0
This commit is contained in:
commit
8ab8ef8972
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in stdenv.mkDerivation rec {
|
||||
pname = "pyunbound";
|
||||
name = "${pname}-${version}";
|
||||
version = "1.7.3";
|
||||
version = "1.9.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://unbound.net/downloads/unbound-${version}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue