Revert "unbound: 1.13.0 -> 1.13.1"

This reverts commit e2c12dfac7.
Moving to other changes in staging-20.09, as Unbound causes
quite a significant rebuild and doesn't seem too urgent.
This commit is contained in:
Vladimír Čunát
2021-03-24 08:45:41 +01:00
parent 0120f5e5b5
commit 36d15c7a7c

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "unbound";
version = "1.13.1";
version = "1.13.0";
src = fetchurl {
url = "https://unbound.net/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-hQTZe4/FvYlzRcldEW4O4N34yP+ZWQqytL0TJ4yfULg=";
sha256 = "18dj7migq6379hps59793457l81s3z7dll3y0fj6qcmhjlx08m59";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB