forked from mirrors/nixpkgs
mbuffer: 20190725 -> 20191016 (#71691)
* mbuffer: 20190725 -> 20191016 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mbuffer/versions * mbuffer: run check phase
This commit is contained in:
parent
1e00a97577
commit
aa8ca80e36
|
@ -3,18 +3,19 @@
|
|||
} :
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "20190725";
|
||||
version = "20191016";
|
||||
pname = "mbuffer";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.maier-komor.de/software/mbuffer/mbuffer-${version}.tgz";
|
||||
sha256 = "1hjhyh3q0q22czq3s2wk5mcky1jrq9xw8fppw6r7cix1riq74m91";
|
||||
sha256 = "05xyvmbs2x5gbj2njgg7hsj3alb5dh96xhab0w0qkhb58x2i1hld";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.maier-komor.de/mbuffer.html;
|
||||
homepage = "http://www.maier-komor.de/mbuffer.html";
|
||||
description = "A tool for buffering data streams with a large set of unique features";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = with stdenv.lib.maintainers; [ tokudan ];
|
||||
|
|
Loading…
Reference in a new issue