Merge pull request #53916 from dtzWill/update/getdns-1.5.1

getdns: 1.5.0 -> 1.5.1, stubby: 0.2.4 -> 0.2.5
This commit is contained in:
Will Dietz
2019-01-27 13:33:26 -06:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stubby";
name = "${pname}-${version}";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "getdnsapi";
repo = pname;
rev = "v${version}";
sha256 = "1c0jqbxcrwc8kvpx7v0bmdladf20myyi2672r2r87m2q0jvsmgpr";
sha256 = "034y783dvh43v5ajxlgn4y9y7mdk1lwy87d7isaxpkigs1jqbrma";
};
nativeBuildInputs = [ libtool m4 libbsd libyaml autoreconfHook ];