mautrix-googlechat: unstable-2023-07-16 -> 0.5.1
Diff: f4cddafd47
...v0.5.1
This commit is contained in:
parent
997311c8c4
commit
ced1d0fd8d
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue