[21.11] ldns: 1.7.1 -> 1.8.1 (security, backport) (#165121)

* ldns: 1.7.1 -> 1.8.0

(cherry picked from commit 5677e477d3)

* ldns: 1.8.0 -> 1.8.1

(cherry picked from commit 84c77b4620)

Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
Co-authored-by: R. Ryantm <ryantm-bot@ryantm.com>
This commit is contained in:
Will Dietz
2022-03-24 18:12:59 -05:00
committed by GitHub
parent aca8c45191
commit 3e201ab3de

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ldns";
version = "1.7.1";
version = "1.8.1";
src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/ldns/${pname}-${version}.tar.gz";
sha256 = "0ac242n7996fswq1a3nlh1bbbhrsdwsq4mx7xq8ffq6aplb4rj4a";
sha256 = "sha256-lYIpq85NOqoZp1wNEnZmVksXIWkCGG6VLKSu9Hxtf6M=";
};
postPatch = ''