fastnetmon-advanced: 2.0.335 -> 2.0.336 (#226602)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fastnetmon-advanced";
|
||||
version = "2.0.335";
|
||||
version = "2.0.336";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://repo.fastnetmon.com/fastnetmon_ubuntu_jammy/pool/fastnetmon/f/fastnetmon/fastnetmon_${version}_amd64.deb";
|
||||
hash = "sha256-2WdCQX0AiLTPGM9flVSXgKMrTGCwSXk9IfyS5SRKroY=";
|
||||
hash = "sha256-qbGYvBaIMnpoyfBVfcCY16vlOaYyE4MPdnkwWohBukA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -21,12 +21,6 @@ stdenv.mkDerivation rec {
|
||||
ar xf $src
|
||||
tar xf data.tar.xz
|
||||
|
||||
# "These binaries are not part of FastNetMon and we shipped them by accident. They will be removed in next stable build"
|
||||
rm opt/fastnetmon/app/bin/{generate_rsa_keys,license_app,fastnetmon_license_server}
|
||||
|
||||
# ships with both 2_0_0 and 2_3_0 but the shared objects are not versioned and only 2_3_0 has the necessary symbols
|
||||
rm -rf opt/fastnetmon/libraries/libclickhouse_2_0_0/
|
||||
|
||||
# unused libraries, which have additional dependencies
|
||||
rm opt/fastnetmon/libraries/gcc1210/lib/libgccjit.so.0.0.1
|
||||
rm opt/fastnetmon/libraries/poco_1_10_0/lib/libPocoCryptod.so.70
|
||||
|
||||
Reference in New Issue
Block a user