fastnetmon-advanced: 2.0.351 -> 2.0.352 (#263826)
Changelog: https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v2.0.352
This commit is contained in:
parent
61f2bd3178
commit
b3e7102e06
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fastnetmon-advanced";
|
pname = "fastnetmon-advanced";
|
||||||
version = "2.0.351";
|
version = "2.0.352";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://repo.fastnetmon.com/fastnetmon_ubuntu_jammy/pool/fastnetmon/f/fastnetmon/fastnetmon_${version}_amd64.deb";
|
url = "https://repo.fastnetmon.com/fastnetmon_ubuntu_jammy/pool/fastnetmon/f/fastnetmon/fastnetmon_${version}_amd64.deb";
|
||||||
hash = "sha256-gLR4Z5VZyyt6CmoWcqDT75o50KyEJsfsx67Sqpiwh04=";
|
hash = "sha256-XYb1W3NYT8C9Jfs66NnqD2gRdYZFR5jzFLAIzx8a2Ck=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A high performance DDoS detector / sensor - commercial edition";
|
description = "A high performance DDoS detector / sensor - commercial edition";
|
||||||
homepage = "https://fastnetmon.com";
|
homepage = "https://fastnetmon.com";
|
||||||
|
changelog = "https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v${version}";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = teams.wdz.members;
|
maintainers = teams.wdz.members;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user