commit
042c1bdd63
1 changed files with 7 additions and 6 deletions
|
@ -12,22 +12,22 @@ let
|
||||||
in
|
in
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "tremc";
|
pname = "tremc";
|
||||||
version = "0.9.2";
|
version = "0.9.3";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tremc";
|
owner = "tremc";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1fqspp2ckafplahgba54xmx0sjidx1pdzyjaqjhz0ivh98dkx2n5";
|
hash = "sha256-219rntmetmj1JFG+4NyYMFTWmrHKJL7fnLoMIvnTP4Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Remove when version >0.9.2 is released
|
# Remove when tremc > 0.9.3 is released
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://github.com/tremc/tremc/commit/bdffff2bd76186a4e3488b83f719fc7f7e3362b6.patch";
|
url = "https://github.com/tremc/tremc/commit/a8aaf9a6728a9ef3d8f13b3603456b0086122891.patch";
|
||||||
sha256 = "1zip2skh22v0yyv2hmszxn5jshp9m1jpw0fsyfvmqfxzq7m3czy5";
|
hash = "sha256-+HYdWTbcpvZqjshdHLZ+Svmr6U/aKFc3sy0aka6rn/A=";
|
||||||
name = "replace-decodestring-with-decodebytes.patch";
|
name = "support-transmission-4.patch";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -56,5 +56,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
description = "Curses interface for transmission";
|
description = "Curses interface for transmission";
|
||||||
homepage = "https://github.com/tremc/tremc";
|
homepage = "https://github.com/tremc/tremc";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = with maintainers; [ kashw2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue