diff --git a/flake.lock b/flake.lock index 4205284..4ea59ac 100644 --- a/flake.lock +++ b/flake.lock @@ -88,16 +88,16 @@ ] }, "locked": { - "lastModified": 1735857245, - "narHash": "sha256-AKLLPrgXTxgzll3DqVUMa4QlPlRN3QceutgFBmEf8Nk=", + "lastModified": 1753216555, + "narHash": "sha256-qfgVfgXjVPV7vEER4PVFiGUOUW08GHH71CVXgYW8EVc=", "owner": "dali99", "repo": "nixos-matrix-modules", - "rev": "da9dc0479ffe22362793c87dc089035facf6ec4d", + "rev": "099db715d1eba526a464f271b05cead5166fd9a9", "type": "github" }, "original": { "owner": "dali99", - "ref": "0.7.0", + "ref": "v0.7.1", "repo": "nixos-matrix-modules", "type": "github" } diff --git a/flake.nix b/flake.nix index 58f4860..98a9140 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ pvv-calendar-bot.url = "git+https://git.pvv.ntnu.no/Projects/calendar-bot.git"; pvv-calendar-bot.inputs.nixpkgs.follows = "nixpkgs"; - matrix-next.url = "github:dali99/nixos-matrix-modules/0.7.0"; + matrix-next.url = "github:dali99/nixos-matrix-modules/v0.7.1"; matrix-next.inputs.nixpkgs.follows = "nixpkgs"; nix-gitea-themes.url = "git+https://git.pvv.ntnu.no/Drift/nix-gitea-themes.git";