about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-20 18:27:12 +0200
committerGitHub <noreply@github.com>2021-07-20 18:27:12 +0200
commitab5f5fb163ddc8e285c087a0e984a505ee779b77 (patch)
treef9da219a57c4e59c852fd7bd2b7d520557417649 /pkgs/applications/networking/sniffers
parent0e13cd9f49764db41220637ac56c2040ee48ce07 (diff)
parente4e631ebb81da8b76f9159736b63c727c05aa4db (diff)
Merge pull request #129359 from Stunkymonkey/app-networking
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/etherape/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sniffers/etherape/default.nix b/pkgs/applications/networking/sniffers/etherape/default.nix
index db54231ecf2b4..067175bdb4803 100644
--- a/pkgs/applications/networking/sniffers/etherape/default.nix
+++ b/pkgs/applications/networking/sniffers/etherape/default.nix
@@ -2,9 +2,10 @@
 popt, itstool, libxml2 }:
 
 stdenv.mkDerivation rec {
-  name = "etherape-0.9.20";
+  pname = "etherape";
+  version = "0.9.20";
   src = fetchurl {
-    url = "mirror://sourceforge/etherape/${name}.tar.gz";
+    url = "mirror://sourceforge/etherape/etherape-${version}.tar.gz";
     sha256 = "sha256-9UsQtWOXB1yYofGS4rMIF+ISWBsJKd0DBOFfqOr1n5Y=";
   };