Sumner Evans 2021-10-21 11:23:44 -06:00
parent 92b0e34180
commit ffc96ec353
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD
1 changed files with 3 additions and 2 deletions

View File

@ -2,19 +2,20 @@
python3Packages.buildPythonPackage rec {
pname = "heisenbridge";
version = "1.2.1";
version = "1.3.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-w+8gsuPlnT1pl+jiZFBYcIAN4agIAcvwkmdysj3+RAQ=";
sha256 = "sha256-fj0eJS7c1zSrzHfnlEhJICVDZ+Mo9hKgxwaZ2gn5CsY=";
};
propagatedBuildInputs = with python3Packages; [
aiohttp
irc
mautrix
python-socks
pyyaml
];