Skip to content

Commit

Permalink
perl-Sys-Syslog: 0.34 -> 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Dec 1, 2017
1 parent 25a853e commit d1ddc3f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12949,15 +12949,16 @@ let self = _self // overrides; _self = with self; {
};
};

SysSyslog = buildPerlPackage {
name = "Sys-Syslog-0.34";
SysSyslog = buildPerlPackage rec {
name = "Sys-Syslog-0.35";
src = fetchurl {
url = mirror://cpan/authors/id/S/SA/SAPER/Sys-Syslog-0.34.tar.gz;
sha256 = "09cnzk0fpj2i8asi4ba5wzs3i5pmbins87xpgmxcw4ipmn66s7ld";
url = "mirror://cpan/authors/id/S/SA/SAPER/${name}.tar.gz";
sha256 = "fe28e47b70b77aaae754385fe1470d174289e7b6908efa247d2e52486516fbb7";
};
meta = {
description = "Perl interface to the UNIX syslog(3) calls";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};

Expand Down

0 comments on commit d1ddc3f

Please sign in to comment.