sabnzbd: 4.5.3 -> 4.5.5
This commit is contained in:
committed by
Adam C. Stephens
parent
406fe84ca8
commit
e2afbd7a5d
@@ -45,6 +45,7 @@ let
|
|||||||
pysocks
|
pysocks
|
||||||
python-dateutil
|
python-dateutil
|
||||||
pytz
|
pytz
|
||||||
|
rarfile
|
||||||
rebulk
|
rebulk
|
||||||
# sabnzbd requires a specific version of sabctools
|
# sabnzbd requires a specific version of sabctools
|
||||||
(sabctools.overridePythonAttrs (old: {
|
(sabctools.overridePythonAttrs (old: {
|
||||||
@@ -72,14 +73,14 @@ let
|
|||||||
];
|
];
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.5.3";
|
version = "4.5.5";
|
||||||
pname = "sabnzbd";
|
pname = "sabnzbd";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sabnzbd";
|
owner = "sabnzbd";
|
||||||
repo = "sabnzbd";
|
repo = "sabnzbd";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-RFvWk+K/5gXMSO4jPOxkl7f+tnMvz+0u4NWPTUEv4dg=";
|
hash = "sha256-XEWMy+Ph47neyQubehegcOxucClB1Z9t1QDLN7FrxaY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|||||||
Reference in New Issue
Block a user