mediawiki-matrix-bot: bump to allow custom api path
This commit is contained in:
parent
51a408e3d6
commit
441dfb9f8f
|
@ -7,8 +7,8 @@ buildPythonApplication rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "mediawiki-matrix-bot";
|
||||
rev = "v${version}";
|
||||
sha256 = "1923097j1xh34jmm0zhmvma614jcxaagj89c1fc1j2qyv14ybsvs";
|
||||
rev = "refs/heads/custom_api_path";
|
||||
hash = "sha256-KhXXG9h1GgZfrivtSYa1GL6xpfCuPwreffkhWSw6Kzg";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
feedparser matrix-nio docopt aiohttp aiofiles
|
||||
|
|
Loading…
Reference in a new issue