heisenbridge: 1.1.2 -> 1.2.0

See release notes https://github.com/hifi/heisenbridge/releases/tag/v1.2.0

Adds the mautrix-python dependency
main
Sumner Evans 3 years ago
parent c199b9c164
commit 2f04ac8561
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD
  1. 5
      pkgs/servers/heisenbridge/default.nix

@ -2,18 +2,19 @@
python3Packages.buildPythonPackage rec {
pname = "heisenbridge";
version = "1.1.2";
version = "1.2.0";
# Use the release tarball because it has the version set correctly using the
# version.txt file.
src = fetchurl {
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-${version}.tar.gz";
sha256 = "sha256-hY0dB4QT9W18ubUytvJwRUWKpNQMpyYdSLbmu+c8BCo=";
sha256 = "sha256-xSqtgUlB7/4QWsq5+8YhxxfQyufpuscIIROJnlnFZn0=";
};
propagatedBuildInputs = with python3Packages; [
aiohttp
irc
mautrix
pyyaml
];

Loading…
Cancel
Save