Reaktor: 0.6.2 -> 0.7.0

This commit is contained in:
tv 2019-01-27 20:15:40 +01:00
parent b4f24ff76a
commit 74dbc7c8b2
2 changed files with 6 additions and 5 deletions

View File

@ -113,10 +113,11 @@ let
''; '';
in nameValuePair "Reaktor-${name}" { in nameValuePair "Reaktor-${name}" {
path = with pkgs; [ path = with pkgs; [
utillinux #flock for tell_on-join
git # for nag git # for nag
jq # for tell
python # for caps python # for caps
]; utillinux # flock for tell
];
description = "Reaktor IRC Bot"; description = "Reaktor IRC Bot";
after = [ "network.target" ]; after = [ "network.target" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
name = "Reaktor-${version}"; name = "Reaktor-${version}";
version = "0.6.2"; version = "0.7.0";
doCheck = false; doCheck = false;
@ -13,8 +13,8 @@ python3Packages.buildPythonPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "krebs"; owner = "krebs";
repo = "Reaktor"; repo = "Reaktor";
rev = version; rev = "v${version}";
sha256 = "0h8pj0x9b5fnxddwrc0f63rxd3275v5phmjc0fv4kiwlzvbcxj6m"; sha256 = "12yy06vk0smjs0rmahrn2kd4bcdh1yjw1fz6rifw6nmgx889d9hj";
}; };
meta = { meta = {
homepage = http://krebsco.de/; homepage = http://krebsco.de/;