Merge pull request #146287 from jojosch/mjolnir-1.2.0

This commit is contained in:
Sandro 2021-11-18 18:40:45 +01:00 committed by GitHub
commit f271698f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1481 additions and 247 deletions

View file

@ -14,6 +14,8 @@ let
else
cfg.homeserverUrl;
rawHomeserverUrl = cfg.homeserverUrl;
pantalaimon = {
inherit (cfg.pantalaimon) username;

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "mjolnir";
version = "1.1.20";
version = "1.2.1";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "mjolnir";
rev = "v${version}";
sha256 = "yfMBnNriSpwitR4u664iz+8uWp/3iSTymyFajMBP5xg=";
sha256 = "4c9LyQb5SZ1IoBayiP0C0ho4hwJDv49DhsuoQIv9bTs=";
};
nativeBuildInputs = [

File diff suppressed because it is too large Load diff