Merge pull request #23369 from ndowens/httping

httping: 2.4 -> 2.5
This commit is contained in:
Jörg Thalheim 2017-03-02 11:27:11 +01:00 committed by GitHub
commit 0e07b7b6be

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "httping-${version}";
version = "2.4";
version = "2.5";
src = fetchurl {
url = "http://www.vanheusden.com/httping/${name}.tgz";
sha256 = "1110r3gpsj9xmybdw7w4zkhj3zmn5mnv2nq0ijbvrywbn019zdfs";
sha256 = "1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y";
};
buildInputs = [ fftw ncurses openssl ];