Merge pull request #112258 from helsinki-systems/upd/swaks

swaks: 20190914.0 -> 20201014.0
This commit is contained in:
ajs124 2021-02-10 19:01:05 +01:00 committed by GitHub
commit 3e3d5e7faa
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 = "20190914.0";
version = "20201014.0";
src = fetchurl {
url = "https://www.jetmore.org/john/code/swaks/files/${pname}-${version}.tar.gz";
sha256 = "12awq5z4sdd54cxprj834zajxhkpy4jwhzf1fhigcx1zbhdaacsp";
sha256 = "0c2sx4nrh4whsqzj6m5ay8d7yqan3aqgg436p8jb25bs91ykn2pv";
};
buildInputs = [ perl makeWrapper ];
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "http://www.jetmore.org/john/code/swaks/";
description = "A featureful, flexible, scriptable, transaction-oriented SMTP test tool";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [];
platforms = platforms.all;
};