heisenbridge: 1.1.1 -> 1.1.2

main
Sumner Evans 3 years ago
parent 91fd0cd361
commit f661c05a11
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD
  1. 8
      pkgs/servers/heisenbridge/default.nix

@ -2,13 +2,13 @@
python3Packages.buildPythonPackage rec {
pname = "heisenbridge";
version = "1.1.1";
version = "1.1.2";
# 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-v${version}.tar.gz";
sha256 = "sha256-thI3NYYnLHmlfs5mmH2SQcREBLWtnilYlxriKWnamPM=";
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-${version}.tar.gz";
sha256 = "sha256-hY0dB4QT9W18ubUytvJwRUWKpNQMpyYdSLbmu+c8BCo=";
};
propagatedBuildInputs = with python3Packages; [
@ -17,8 +17,6 @@ python3Packages.buildPythonPackage rec {
pyyaml
];
checkInputs = [ python3Packages.pytestCheckHook ];
meta = with lib; {
description = "A bouncer-style Matrix-IRC bridge.";
homepage = "https://github.com/hifi/heisenbridge";

Loading…
Cancel
Save