about summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-12 06:54:42 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-12 06:54:42 -0700
commit341912425ede056f3373218363061c9651f2a806 (patch)
tree309f6d1305be8395dd0a302df6706c686e79ffc7 /pkgs/servers/dns
parentd2ce3a9bda57111a8f96f60a2ffaa5ed848cc1a8 (diff)
downloadnixlib-341912425ede056f3373218363061c9651f2a806.tar
nixlib-341912425ede056f3373218363061c9651f2a806.tar.gz
nixlib-341912425ede056f3373218363061c9651f2a806.tar.bz2
nixlib-341912425ede056f3373218363061c9651f2a806.tar.lz
nixlib-341912425ede056f3373218363061c9651f2a806.tar.xz
nixlib-341912425ede056f3373218363061c9651f2a806.tar.zst
nixlib-341912425ede056f3373218363061c9651f2a806.zip
knot-dns: 2.6.5 -> 2.6.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/knot-dns/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset -h’ got 0 exit code
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset --help’ got 0 exit code
- ran ‘/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38/bin/ipset help’ got 0 exit code
- found 2.6.6 in filename of file in /nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38
- directory tree listing: https://gist.github.com/f62ed14efd30650e1e05f1af8d5c2af4
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/knot-dns/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dns/knot-dns/default.nix b/pkgs/servers/dns/knot-dns/default.nix
index 0af077c455c9..de37aeaa590b 100644
--- a/pkgs/servers/dns/knot-dns/default.nix
+++ b/pkgs/servers/dns/knot-dns/default.nix
@@ -7,11 +7,11 @@ let inherit (stdenv.lib) optional optionals; in
 # Note: ATM only the libraries have been tested in nixpkgs.
 stdenv.mkDerivation rec {
   name = "knot-dns-${version}";
-  version = "2.6.5";
+  version = "2.6.6";
 
   src = fetchurl {
     url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
-    sha256 = "33cd676706e2baeb37cf3879ccbc91a1e1cd1ee5d7a082adff4d1e753ce49d46";
+    sha256 = "02h8qdkja4kic3br79svws6r2pq1ijz945238v99d998d2jxh6ci";
   };
 
   outputs = [ "bin" "out" "dev" ];