stubby: 0.2.3 -> 0.2.4

This commit is contained in:
Will Dietz 2019-01-04 14:09:01 -06:00
parent 7ce548ef4f
commit c1eb0e8ad9

View File

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