Merge pull request #262560 from NickCao/mautrix-googlechat

mautrix-googlechat: unstable-2023-07-16 -> 0.5.1
This commit is contained in:
Nick Cao 2023-10-28 16:33:20 -04:00 committed by GitHub
commit 9bce54ec92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
, enableSqlite ? true
}: python3.pkgs.buildPythonApplication rec {
pname = "mautrix-googlechat";
version = "unstable-2023-07-16";
version = "0.5.1";
src = fetchFromGitHub {
owner = "mautrix";
repo = "googlechat";
rev = "f4cddafd474b12be09efd15c6652c04d0650458e";
sha256 = "sha256-WMJVAX5oUdYYuXoJKk7OoERR0LJM0Er5444xwqIUTm8=";
rev = "refs/tags/v${version}";
hash = "sha256-a/EWz/aCkBE6XdDpmZcx2Q7/xKNwGCiZUhZc9YIIDhU=";
};
patches = [