Skip to content

Commit

Permalink
unbound: 1.13.0 -> 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Mar 20, 2021
1 parent 7bfd49e commit a24b40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/unbound/default.nix
Expand Up @@ -25,11 +25,11 @@

stdenv.mkDerivation rec {
pname = "unbound";
version = "1.13.0";
version = "1.13.1";

src = fetchurl {
url = "https://unbound.net/downloads/${pname}-${version}.tar.gz";
sha256 = "18dj7migq6379hps59793457l81s3z7dll3y0fj6qcmhjlx08m59";
sha256 = "sha256-hQTZe4/FvYlzRcldEW4O4N34yP+ZWQqytL0TJ4yfULg=";
};

outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
Expand Down

0 comments on commit a24b40b

Please sign in to comment.