atftp: 0.7.1 -> 0.7.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atftp/versions
This commit is contained in:
R. RyanTM 2019-04-29 22:26:41 -07:00
parent 3f46165af3
commit 1e3e8b8ee0

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "atftp-${version}";
version = "0.7.1";
version = "0.7.2";
src = fetchurl {
url = "mirror://sourceforge/atftp/${name}.tar.gz";
sha256 = "0bgr31gbnr3qx4ixf8hz47l58sh3367xhcnfqd8233fvr84nyk5f";
sha256 = "0hah3fhzl6vfs381883vbvf4d13cdhsyf0x7ncbl55wz9rkq1l0s";
};
buildInputs = [ readline tcp_wrappers pcre makeWrapper gcc ];