Unverified Commit f3e2ad1d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents ef4ebb1f ea528313
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [