Merge pull request #71885 from r-ryantm/auto-update/swaks

swaks: 20181104.0 -> 20190914.0
This commit is contained in:
Marek Mahut 2019-11-01 09:37:49 +01:00 committed by GitHub
commit 09e657c6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "swaks";
version = "20181104.0";
version = "20190914.0";
src = fetchurl {
url = "https://www.jetmore.org/john/code/swaks/files/${pname}-${version}.tar.gz";
sha256 = "0n1yd27xcyb1ylp5gln3yv5gzi9r377hjy1j32367kgb3247ygq2";
sha256 = "12awq5z4sdd54cxprj834zajxhkpy4jwhzf1fhigcx1zbhdaacsp";
};
buildInputs = [ perl makeWrapper ];
@ -22,10 +22,8 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://www.jetmore.org/john/code/swaks/;
description = ''
A featureful, flexible, scriptable, transaction-oriented SMTP test tool
'';
homepage = "http://www.jetmore.org/john/code/swaks/";
description = "A featureful, flexible, scriptable, transaction-oriented SMTP test tool";
license = licenses.gpl2;
maintainers = with maintainers; [ ndowens ];
platforms = platforms.all;