mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
[21.11] ldns: 1.7.1 -> 1.8.1 (security, backport) (#165121)
* ldns: 1.7.1 -> 1.8.0 (cherry picked from commit5677e477d3) * ldns: 1.8.0 -> 1.8.1 (cherry picked from commit84c77b4620) Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de> Co-authored-by: R. Ryantm <ryantm-bot@ryantm.com>
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user