pkgs.mediawiki-matrix-bot: use upstream 1.1.0

This commit is contained in:
makefu 2024-10-08 13:39:25 +02:00
parent 1eab08ba25
commit 6f056ddda8
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -3,12 +3,12 @@ mypy }:
buildPythonApplication rec {
pname = "mediawiki-matrix-bot";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "mediawiki-matrix-bot";
rev = "refs/heads/custom_api_path";
hash = "sha256-hL03E2afftdccnB72cKKgVvvzNuLY3P33oiXWbvowus=";
rev = "v${version}";
hash = "sha256-TLSoEskzS5xEu6DEFoztaHSWVm0UO7oYCNSxVY0I4cQ=";
};
propagatedBuildInputs = [
feedparser matrix-nio docopt aiohttp aiofiles