lol

ldns: 1.8.1 -> 1.8.3

authored by

R. Ryantm and committed by
ehmry
facd025b 5a7d055a

+2 -2
+2 -2
pkgs/development/libraries/ldns/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ldns"; 5 - version = "1.8.1"; 5 + version = "1.8.3"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.nlnetlabs.nl/downloads/ldns/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-lYIpq85NOqoZp1wNEnZmVksXIWkCGG6VLKSu9Hxtf6M="; 9 + sha256 = "sha256-w/ct0QNrKQfjpW5qz537LlUSVrPBu9l4eULe7rcOeGA="; 10 10 }; 11 11 12 12 postPatch = ''