getdns: 1.5.0 -> 1.5.1, stubby: 0.2.4 -> 0.2.5

This commit is contained in:
Will Dietz
2019-01-13 17:57:38 -06:00
parent 52d7d5efed
commit 4c84258689
2 changed files with 5 additions and 5 deletions

View File

@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "getdns";
name = "${pname}-${version}";
version = "1.5.0";
version = "1.5.1";
src = fetchurl {
url = "https://getdnsapi.net/releases/${pname}-1-5-0/${pname}-${version}.tar.gz";
sha256 = "577182c3ace919ee70cee5629505581a10dc530bd53fe5c241603ea91c84fa84";
url = "https://getdnsapi.net/releases/${pname}-1-5-1/${pname}-${version}.tar.gz";
sha256 = "5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af";
};
nativeBuildInputs = [ libtool m4 autoreconfHook automake file ];