Loading pkgs/servers/mautrix-googlechat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/servers/mautrix-googlechat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading