about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-12 12:51:53 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-19 14:55:48 +0200
commite4e631ebb81da8b76f9159736b63c727c05aa4db (patch)
tree01fa83af645f1ac37347adba8c0718f580e0e81e /pkgs/applications/networking/sniffers
parent62c3e45f3056c0fdf6efc05e4a87e208ed12f989 (diff)
applications/networking: /s/name/pname&version/
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=";
   };