diff options
author | makefu <github@syntax-fehler.de> | 2021-03-20 12:51:32 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-03-20 12:51:32 +0100 |
commit | f12aa601512a7cb72368e05eea357975e6fb8c1a (patch) | |
tree | f602d6fc9bbd37f58e7be33de64c1cf0ad15636a /makefu/5pkgs/kalauerbot | |
parent | e3fa032f9cbd59665dd76804fc83cfc77754fdb1 (diff) |
ma kalauerbot: add support for oof
Diffstat (limited to 'makefu/5pkgs/kalauerbot')
-rw-r--r-- | makefu/5pkgs/kalauerbot/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/5pkgs/kalauerbot/default.nix b/makefu/5pkgs/kalauerbot/default.nix index b78b2fcd6..f8ad7c12d 100644 --- a/makefu/5pkgs/kalauerbot/default.nix +++ b/makefu/5pkgs/kalauerbot/default.nix @@ -1,11 +1,11 @@ { stdenv, python3, fetchgit }: python3.pkgs.buildPythonPackage rec { name = "kalauerbot"; -rev = "2a1e868"; +rev = "f244b35"; src = fetchgit { url = "http://cgit.euer.krebsco.de/kalauerbot"; inherit rev; - sha256 = "1vymz3dnpgcxwfgbnrpc0plcdmihxcq7xsvpap755c5jvzvb8a1k"; + sha256 = "08y4rlsil9p0726wlpkw2lpmkcnckaj3zqsifbj5w6rgivp6ly0v"; }; propagatedBuildInputs = with python3.pkgs;[ (callPackage ./python-matrixbot.nix { |