mautrix-signal: 2021-11-12 -> 2022-01-14

This commit is contained in:
Julius de Bruijn 2022-01-14 19:39:07 +01:00 committed by Jonathan Ringer
parent e040f9cd64
commit b6a83b4867

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonPackage rec {
pname = "mautrix-signal";
version = "unstable-2021-11-12";
version = "unstable-2022-01-13";
src = fetchFromGitHub {
owner = "mautrix";
repo = "signal";
rev = "2e57810e964c1701df2e69273c2f8cebbe021464";
sha256 = "sha256-xgn01nbY3LR4G1Yk2MgUhq116/wEhG+5vLH6HKqZE+8=";
rev = "e015852a9969ac169e215c80872199ba3f3d838f";
sha256 = "sha256-7+0JubSGmQDMr7n1PK6i7homR1WknMz9ikC4164XmMo=";
};
propagatedBuildInputs = with python3.pkgs; [