From d482eb332dc05f0c78c348586bd2ce3574b7aaf9 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 1 Aug 2025 23:48:14 +0200 Subject: [PATCH] flake.nix: bump nixos-matrix-modules: `0.7.0` -> `v0.7.1` --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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";