From 6c8e00323baf08697dbf22335acd837554abb9c4 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 30 May 2025 14:58:25 +0200 Subject: [PATCH] Update dependencies --- flake.lock | 41 +++++++++++++++++++++-------------------- flake.nix | 2 +- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index 913fe451..72bce755 100644 --- a/flake.lock +++ b/flake.lock @@ -184,11 +184,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1748539086, - "narHash": "sha256-RvN8YGfYk/a1yk8NUEvegTvn9MsLkiF/xine1HkIjec=", + "lastModified": 1748596091, + "narHash": "sha256-WwiOYZY5E9wfQrUz2XnvIOW4ZrK1Kog9I29/W/Dee64=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "2de3eea4261b2215c732bf81d185179a5e1c2980", + "rev": "5140763f6b06268375e06698636796fa063b944c", "type": "github" }, "original": { @@ -335,11 +335,11 @@ ] }, "locked": { - "lastModified": 1748529677, - "narHash": "sha256-MJEX3Skt5EAIs/aGHD8/aXXZPcceMMHheyIGSjvxZN0=", + "lastModified": 1748570847, + "narHash": "sha256-XU1a6wFctd+s3ZvBIFB6s4GhPJ+Oc6pkeOrEsbA2fMo=", "owner": "nix-community", "repo": "home-manager", - "rev": "da282034f4d30e787b8a10722431e8b650a907ef", + "rev": "4e9efaa68b0be7e19127dad4f0506a9b89e28ef4", "type": "github" }, "original": { @@ -379,26 +379,27 @@ "nixpkgs-25_05": "nixpkgs-25_05" }, "locked": { - "lastModified": 1748540497, - "narHash": "sha256-QtXdmcjodPP0QWxpxGlg3IwGBm7iWu0MMN17X9Qf/0Q=", - "owner": "simple-nixos-mailserver", + "lastModified": 1748609342, + "narHash": "sha256-IKB5hh2BVJ8XsNqFvmQn2I34BwRLVRbIRq9gQN6tN84=", + "owner": "chvp", "repo": "nixos-mailserver", - "rev": "a1e927665660762b92fdaa9b9168322057c9ae0d", + "rev": "519a85a801c84341f0d007af86734ba2b5780a24", "type": "gitlab" }, "original": { - "owner": "simple-nixos-mailserver", + "owner": "chvp", + "ref": "ldap-mail-directory-assertion", "repo": "nixos-mailserver", "type": "gitlab" } }, "nixpkgs": { "locked": { - "lastModified": 1748370509, - "narHash": "sha256-QlL8slIgc16W5UaI3w7xHQEP+Qmv/6vSNTpoZrrSlbk=", + "lastModified": 1748460289, + "narHash": "sha256-7doLyJBzCllvqX4gszYtmZUToxKvMUrg45EUWaUYmBg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4faa5f5321320e49a78ae7848582f684d64783e9", + "rev": "96ec055edbe5ee227f28cdbc3f1ddf1df5965102", "type": "github" }, "original": { @@ -426,11 +427,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1748037224, - "narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=", + "lastModified": 1748421225, + "narHash": "sha256-XXILOc80tvlvEQgYpYFnze8MkQQmp3eQxFbTzb3m/R0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f09dede81861f3a83f7f06641ead34f02f37597f", + "rev": "78add7b7abb61689e34fc23070a8f55e1d26185b", "type": "github" }, "original": { @@ -449,11 +450,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1748547912, - "narHash": "sha256-btlD7hp+NtD+rzipgnw9z9Bg4g2J3YMGtNtvSueuYA4=", + "lastModified": 1748604420, + "narHash": "sha256-TpGjB8lehR8u00YtcWkwE3daevoGto6r5CZNn7wA1a8=", "owner": "nix-community", "repo": "NUR", - "rev": "220706c9956e9610b651f3f8d8ef2ecfaeb546f6", + "rev": "767dc9e05f7e94bc64e70adca701fd696673d251", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 09e4b48a..33d80211 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixos-mailserver = { - url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; + url = "gitlab:chvp/nixos-mailserver/ldap-mail-directory-assertion"; inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";