Skip to content

Commit

Permalink
Merge pull request #60459 from r-ryantm/auto-update/atftp
Browse files Browse the repository at this point in the history
atftp: 0.7.1 -> 0.7.2
  • Loading branch information
7c6f434c committed Apr 30, 2019
2 parents 356ba79 + 1e3e8b8 commit 5d09420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/atftp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5d09420

Please sign in to comment.