perl-String-Flogger: 1.101244 -> 1.101245
This commit is contained in:
parent
897bdd061f
commit
53d8a9d1dc
@ -11469,15 +11469,15 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
StringFlogger = buildPerlPackage {
|
||||
name = "String-Flogger-1.101244";
|
||||
StringFlogger = buildPerlPackage rec {
|
||||
name = "String-Flogger-1.101245";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/String-Flogger-1.101244.tar.gz;
|
||||
sha256 = "0cx3d85sz1dqjvbczpf9wx0i1b05jwbxcg7lpq5qygdkblq85nzd";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "aa03c08e01f802a358c175c6093c02adf9688659a087a8ddefdc3e9cef72640b";
|
||||
};
|
||||
propagatedBuildInputs = [ JSON ParamsUtil SubExporter ];
|
||||
propagatedBuildInputs = [ JSONMaybeXS ParamsUtil SubExporter ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/string-flogger;
|
||||
homepage = https://github.com/rjbs/String-Flogger;
|
||||
description = "String munging for loggers";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user