mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #69068 from dtzWill/update/bind-9.14.6
bind: 9.14.4 -> 9.14.6
This commit is contained in:
commit
b9ba391469
@ -8,15 +8,13 @@
|
||||
assert enableSeccomp -> libseccomp != null;
|
||||
assert enablePython -> python3 != null;
|
||||
|
||||
let version = "9.14.4"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bind";
|
||||
inherit version;
|
||||
version = "9.14.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://ftp.isc.org/isc/bind9/${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "0gxqws7ml15lwkjw9mdcd759gv5kk3s9m17j3vrp9448ls1gnbii";
|
||||
sha256 = "1zpd47ckn5lf4qbscfkj7krngwn2gwsp961v5401h3lhxm0a0rw9";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
|
||||
|
Loading…
Reference in New Issue
Block a user