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

This commit is contained in:
R. Ryantm 2024-07-19 11:24:45 +00:00
parent 3f413a1be1
commit ea52831349

View file

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