Merge pull request #138841 from sumnerevans/heisenbridge-1.1.2
This commit is contained in:
commit
5b61064d34
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "heisenbridge";
|
pname = "heisenbridge";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
|
|
||||||
# Use the release tarball because it has the version set correctly using the
|
# Use the release tarball because it has the version set correctly using the
|
||||||
# version.txt file.
|
# version.txt file.
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-v${version}.tar.gz";
|
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-${version}.tar.gz";
|
||||||
sha256 = "sha256-thI3NYYnLHmlfs5mmH2SQcREBLWtnilYlxriKWnamPM=";
|
sha256 = "sha256-hY0dB4QT9W18ubUytvJwRUWKpNQMpyYdSLbmu+c8BCo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
@ -17,8 +17,6 @@ python3Packages.buildPythonPackage rec {
|
|||||||
pyyaml
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ python3Packages.pytestCheckHook ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A bouncer-style Matrix-IRC bridge.";
|
description = "A bouncer-style Matrix-IRC bridge.";
|
||||||
homepage = "https://github.com/hifi/heisenbridge";
|
homepage = "https://github.com/hifi/heisenbridge";
|
||||||
|
Loading…
Reference in New Issue
Block a user