mautrix-signal: 0.2.3 -> 0.3.0

This commit is contained in:
Nick Cao 2022-04-21 14:38:36 +08:00
parent c6b0a0afda
commit 587f52427f
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonPackage rec {
pname = "mautrix-signal";
version = "0.2.3";
version = "0.3.0";
src = fetchFromGitHub {
owner = "mautrix";
repo = "signal";
rev = "v${version}";
sha256 = "sha256-P5a/JoL6PBkYDDitlkMj2QClvcXMgXcnup5EAatGcSs=";
sha256 = "sha256-khtvfZbqBRQyHteil+H/b3EktjRet6DRcKMHmCClNq0=";
};
propagatedBuildInputs = with python3.pkgs; [