Unverified Commit ced1d0fd authored by Nick Cao's avatar Nick Cao
Browse files
parent 997311c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [