1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mautrix-googlechat: 0.5.1 -> 0.5.2 (#328408)

This commit is contained in:
Weijia Wang 2024-09-11 14:38:58 +02:00 committed by GitHub
commit f3e2ad1dc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
, enableSqlite ? true , enableSqlite ? true
}: python3.pkgs.buildPythonApplication rec { }: python3.pkgs.buildPythonApplication rec {
pname = "mautrix-googlechat"; pname = "mautrix-googlechat";
version = "0.5.1"; version = "0.5.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mautrix"; owner = "mautrix";
repo = "googlechat"; repo = "googlechat";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-a/EWz/aCkBE6XdDpmZcx2Q7/xKNwGCiZUhZc9YIIDhU="; hash = "sha256-4H+zUH0GEQ5e/9Bv0BVdf1/pXulx2ihZrhJ+jl/db+U=";
}; };
patches = [ patches = [