ma pkgs.kalauerbot: bump
This commit is contained in:
parent
6c11cfd768
commit
dfcf2c4282
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, python3, fetchgit }:
|
{ stdenv, python3, fetchgit }:
|
||||||
python3.pkgs.buildPythonPackage rec {
|
python3.pkgs.buildPythonPackage rec {
|
||||||
name = "kalauerbot";
|
name = "kalauerbot";
|
||||||
rev = "08d98aa";
|
rev = "2a1e868";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "http://cgit.euer.krebsco.de/kalauerbot";
|
url = "http://cgit.euer.krebsco.de/kalauerbot";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "017hh61smgq4zsxd10brgwmykwgwabgllxjs31xayvs1hnqmkv2v";
|
sha256 = "1vymz3dnpgcxwfgbnrpc0plcdmihxcq7xsvpap755c5jvzvb8a1k";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = with python3.pkgs;[
|
propagatedBuildInputs = with python3.pkgs;[
|
||||||
(callPackage ./python-matrixbot.nix {
|
(callPackage ./python-matrixbot.nix {
|
||||||
|
Loading…
Reference in New Issue
Block a user