fastnetmon-advanced: 2.0.380 -> 2.0.383

(cherry picked from commit 7cc1fda1f6)
This commit is contained in:
Jennifer Graul
2026-08-06 12:50:22 +02:00
committed by github-actions[bot]
parent d7446f201a
commit 391eca805f

View File

@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "fastnetmon-advanced";
version = "2.0.380";
version = "2.0.383";
src = fetchurl {
url = "https://repo.fastnetmon.com/fastnetmon_ubuntu_noble/pool/fastnetmon/f/fastnetmon/fastnetmon_${version}_amd64.deb";
hash = "sha256-4hCrDaFat0kEbyzKg6nHdV+LlqCBYYJEojyvXyPYKD0=";
url = "https://noble.ubuntu.repo.fastnetmon.com/pool/stable/f/fa/fastnetmon_${version}_amd64.deb";
hash = "sha256-n43LDnkk5cMvnfbHc8MtR+zmQok7DEbUwR0ZeHOq2UY=";
};
nativeBuildInputs = [
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
tar xf data.tar.xz
# unused libraries, which have additional dependencies
rm opt/fastnetmon/libraries/gcc1210/lib/libgccjit.so*
rm opt/fastnetmon/libraries/gcc1610/lib/libgccjit.so*
'';
installPhase = ''