mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
deluge: update to version 1.3.7
This commit is contained in:
parent
6e2b8973e4
commit
23b4635e18
@ -2948,11 +2948,11 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
deluge = buildPythonPackage rec {
|
deluge = buildPythonPackage rec {
|
||||||
name = "deluge-1.3.6";
|
name = "deluge-1.3.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.deluge-torrent.org/source/${name}.tar.gz";
|
url = "http://download.deluge-torrent.org/source/${name}.tar.bz2";
|
||||||
md5 = "33557678bf2f320de670ddaefaea009d";
|
sha256 = "07m5lgkqymlh0810bk2f5l0k83n51xb3gszj11sr509jgbnxjnmm";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user