Merge pull request #134967 from r-ryantm/auto-update/bftpd

bftpd: 5.9 -> 6.0
This commit is contained in:
Michael Raskin 2021-08-20 16:44:22 +00:00 committed by GitHub
commit 7ab1f26bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bftpd";
version = "5.9";
version = "6.0";
src = fetchurl {
url = "mirror://sourceforge/project/${pname}/${pname}/${pname}-${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-LMcjPdePlKqVD3kdlPxF4LlVp9BLJFkgTg+WWaWPrqY=";
sha256 = "sha256-t+YCys67drYKcD3GXxSVzZo4HTRZArIpA6EofeyPAlw=";
};
preConfigure = ''