mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
parent
f2529907aa
commit
923ad25c7e
@ -24,15 +24,15 @@
|
||||
, zeromq
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ntopng";
|
||||
version = "5.6";
|
||||
version = "6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ntop";
|
||||
repo = "ntopng";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-pIm0C1+4JLVDdXxSaQtd6ON8R2l6KG8ZXuDDuRd6dQI=";
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
hash = "sha256-zLtJ4x1eWtvnd60iNuNkMOX8LinZMEJHSt/Y0FVQ8vw=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@ -85,9 +85,9 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "High-speed web-based traffic analysis and flow collection tool";
|
||||
homepage = "https://www.ntop.org/products/traffic-analysis/ntop/";
|
||||
changelog = "https://github.com/ntop/ntopng/blob/${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/ntop/ntopng/blob/${finalAttrs.version}/CHANGELOG.md";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ bjornfor ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user