Merge pull request #60459 from r-ryantm/auto-update/atftp

atftp: 0.7.1 -> 0.7.2
This commit is contained in:
Michael Raskin 2019-04-30 07:56:28 +00:00 committed by GitHub
commit 5d09420337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];