mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 15:23:26 +03:00
upgrade deluge to 1.3.6
This commit is contained in:
parent
7868a3e6b2
commit
a69d56a807
@ -789,11 +789,11 @@ pythonPackages = python.modules // rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
deluge = buildPythonPackage rec {
|
deluge = buildPythonPackage rec {
|
||||||
name = "deluge-1.3.5";
|
name = "deluge-1.3.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.deluge-torrent.org/source/${name}.tar.gz";
|
url = "http://download.deluge-torrent.org/source/${name}.tar.gz";
|
||||||
md5 = "fbf52593a85bfa7c8520834fa9177fba";
|
md5 = "33557678bf2f320de670ddaefaea009d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: gui, procsettitle
|
# TODO: gui, procsettitle
|
||||||
@ -805,6 +805,7 @@ pythonPackages = python.modules // rec {
|
|||||||
description = "Torrent client";
|
description = "Torrent client";
|
||||||
license = "GPLv3";
|
license = "GPLv3";
|
||||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user