Merge pull request #112258 from helsinki-systems/upd/swaks
swaks: 20190914.0 -> 20201014.0
This commit is contained in:
commit
3e3d5e7faa
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "swaks";
|
pname = "swaks";
|
||||||
version = "20190914.0";
|
version = "20201014.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.jetmore.org/john/code/swaks/files/${pname}-${version}.tar.gz";
|
url = "https://www.jetmore.org/john/code/swaks/files/${pname}-${version}.tar.gz";
|
||||||
sha256 = "12awq5z4sdd54cxprj834zajxhkpy4jwhzf1fhigcx1zbhdaacsp";
|
sha256 = "0c2sx4nrh4whsqzj6m5ay8d7yqan3aqgg436p8jb25bs91ykn2pv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl makeWrapper ];
|
buildInputs = [ perl makeWrapper ];
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.jetmore.org/john/code/swaks/";
|
homepage = "http://www.jetmore.org/john/code/swaks/";
|
||||||
description = "A featureful, flexible, scriptable, transaction-oriented SMTP test tool";
|
description = "A featureful, flexible, scriptable, transaction-oriented SMTP test tool";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [];
|
maintainers = with maintainers; [];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user