summary refs log tree commit diff
path: root/pkgs/applications/networking/enhanced-ctorrent
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-11-05 00:48:53 +0100
committerPatrick Hilhorst <git@hilhorst.be>2018-11-06 00:17:04 +0100
commite2ea0573fc8df1797993efeefcb051d4ff5965e1 (patch)
treed3b0efac98fa4c9fed325e0b200fd0ff7e44cfca /pkgs/applications/networking/enhanced-ctorrent
parent2449bd25950cd552bb96a007bba58f22448f7949 (diff)
downloadnixpkgs-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar
nixpkgs-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.gz
nixpkgs-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.bz2
nixpkgs-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.lz
nixpkgs-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.xz
nixpkgs-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.zst
nixpkgs-e2ea0573fc8df1797993efeefcb051d4ff5965e1.zip
enhanced-ctorrent: follow versioning guidelines
Diffstat (limited to 'pkgs/applications/networking/enhanced-ctorrent')
-rw-r--r--pkgs/applications/networking/enhanced-ctorrent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/enhanced-ctorrent/default.nix b/pkgs/applications/networking/enhanced-ctorrent/default.nix
index 2cfde73a01a..bb3ab98d1a4 100644
--- a/pkgs/applications/networking/enhanced-ctorrent/default.nix
+++ b/pkgs/applications/networking/enhanced-ctorrent/default.nix
@@ -1,8 +1,8 @@
 { stdenv, fetchurl, fetchpatch }:
 
 stdenv.mkDerivation rec {
-  version = "dnh3.3.2";
-  name = "enhanced-ctorrent";
+  version = "3.3.2";
+  pname = "enhanced-ctorrent-dhn";
 
   src = fetchurl {
     url = "http://www.rahul.net/dholmes/ctorrent/ctorrent-dnh3.3.2.tar.gz";