Skip to content

Commit

Permalink
swaks:20130209.0 -> 20170101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and fpletz committed Mar 2, 2017
1 parent d072ac2 commit 021046a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/swaks/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "swaks-${version}";
version = "20130209.0";
version = "20170101.0";

src = fetchurl {
url = "http://www.jetmore.org/john/code/swaks/files/${name}.tar.gz";
sha256 = "0z0zsjminrdjpn6a8prjdwilnr27piibh78gc5ppg0nadljnf28b";
sha256 = "0pli4mlhasnqqxmmxalwyg3x7n2vhcbgsnp2xgddamjavv82vrl4";
};

buildInputs = [ perl makeWrapper ];
Expand All @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
A featureful, flexible, scriptable, transaction-oriented SMTP test tool
'';
license = licenses.gpl2;
maintainers = with maintainers; [ rickynils ];
maintainers = with maintainers; [ rickynils ndowens ];
platforms = platforms.all;
};

Expand Down

0 comments on commit 021046a

Please sign in to comment.