enhanced-ctorrent: follow versioning guidelines

This commit is contained in:
Patrick Hilhorst
2018-11-05 00:48:53 +01:00
parent 2449bd2595
commit e2ea0573fc

View File

@@ -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";