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 {
|
StringFlogger = buildPerlPackage rec {
|
||||||
name = "String-Flogger-1.101244";
|
name = "String-Flogger-1.101245";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/String-Flogger-1.101244.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "0cx3d85sz1dqjvbczpf9wx0i1b05jwbxcg7lpq5qygdkblq85nzd";
|
sha256 = "aa03c08e01f802a358c175c6093c02adf9688659a087a8ddefdc3e9cef72640b";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ JSON ParamsUtil SubExporter ];
|
propagatedBuildInputs = [ JSONMaybeXS ParamsUtil SubExporter ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/string-flogger;
|
homepage = https://github.com/rjbs/String-Flogger;
|
||||||
description = "String munging for loggers";
|
description = "String munging for loggers";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user