about summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 20:13:16 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 20:13:16 -0700
commit64bb57972c7a9bf365281f376b991fda1ebab19c (patch)
treeef1c2c125c03685eb8b51b0e2b033e3906b766fb /pkgs/tools/networking/unbound
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-64bb57972c7a9bf365281f376b991fda1ebab19c.tar
nixlib-64bb57972c7a9bf365281f376b991fda1ebab19c.tar.gz
nixlib-64bb57972c7a9bf365281f376b991fda1ebab19c.tar.bz2
nixlib-64bb57972c7a9bf365281f376b991fda1ebab19c.tar.lz
nixlib-64bb57972c7a9bf365281f376b991fda1ebab19c.tar.xz
nixlib-64bb57972c7a9bf365281f376b991fda1ebab19c.tar.zst
nixlib-64bb57972c7a9bf365281f376b991fda1ebab19c.zip
unbound: 1.7.0 -> 1.7.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/456crrnsgkrbicb54bwrwwl76n2645gq-unbound-1.7.1/bin/unbound-host help’ got 0 exit code
- found 1.7.1 with grep in /nix/store/456crrnsgkrbicb54bwrwwl76n2645gq-unbound-1.7.1
- directory tree listing: https://gist.github.com/ab82a0d52e5fd8bda918bbdaa6ce7609
Diffstat (limited to 'pkgs/tools/networking/unbound')
-rw-r--r--pkgs/tools/networking/unbound/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix
index ed5c30aa42b5..d7ef54a2497d 100644
--- a/pkgs/tools/networking/unbound/default.nix
+++ b/pkgs/tools/networking/unbound/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "unbound-${version}";
-  version = "1.7.0";
+  version = "1.7.1";
 
   src = fetchurl {
     url = "https://unbound.net/downloads/${name}.tar.gz";
-    sha256 = "18i6p6zqmbs9gj57mz3iwz828csaab26gb534b8wrn0kzdqr1pcl";
+    sha256 = "13b210hd200xxvaffyzqb4g58knv1sfigph70ai74lrcb3pqbq2n";
   };
 
   outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB