Merge pull request #71885 from r-ryantm/auto-update/swaks
swaks: 20181104.0 -> 20190914.0
This commit is contained in:
commit
09e657c6eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user