about summary refs log tree commit diff
path: root/pkgs/applications
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
parent2449bd25950cd552bb96a007bba58f22448f7949 (diff)
downloadnixlib-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar
nixlib-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.gz
nixlib-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.bz2
nixlib-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.lz
nixlib-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.xz
nixlib-e2ea0573fc8df1797993efeefcb051d4ff5965e1.tar.zst
nixlib-e2ea0573fc8df1797993efeefcb051d4ff5965e1.zip
enhanced-ctorrent: follow versioning guidelines
Diffstat (limited to 'pkgs/applications')
-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 2cfde73a01a6..bb3ab98d1a4c 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";