mautrix-googlechat: 0.5.1 -> 0.5.2 (#328408)
This commit is contained in:
commit
f3e2ad1dc2
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user