diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-04 14:41:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-04 14:41:31 +0100 |
| commit | 78d984110fe623f3a8322780ea64df266c67a902 (patch) | |
| tree | 319f4c05f97b3d0021d41a324e4f81b0d776e43b | |
| parent | llvmPackages_{16,17,git}.lldb: tell cc-wrapper about libclang*.so (diff) | |
| download | nixpkgs-78d984110fe623f3a8322780ea64df266c67a902.tar.gz | |
fastnetmon-advanced: 2.0.353 -> 2.0.356 (#278685)
(cherry picked from commit e2505c88ae8d7ca3786b9342bbc7eff6a1df6afa)
Co-authored-by: Yureka <yuka@yuka.dev>
| -rw-r--r-- | pkgs/servers/fastnetmon-advanced/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/fastnetmon-advanced/default.nix b/pkgs/servers/fastnetmon-advanced/default.nix index 0a06d7b17c3f..33a86a702e06 100644 --- a/pkgs/servers/fastnetmon-advanced/default.nix +++ b/pkgs/servers/fastnetmon-advanced/default.nix @@ -8,11 +8,11 @@ stdenv.mkDerivation rec { pname = "fastnetmon-advanced"; - version = "2.0.353"; + version = "2.0.356"; src = fetchurl { url = "https://repo.fastnetmon.com/fastnetmon_ubuntu_jammy/pool/fastnetmon/f/fastnetmon/fastnetmon_${version}_amd64.deb"; - hash = "sha256-EkZlQL/rb5x+6apV0nZ4Ay6hUEPifPCZF6CQaxKSWuM="; + hash = "sha256-M89joml07KoiarET2Z2oR26draITLBd4kHIz0VNzTKM="; }; nativeBuildInputs = [ |
